Commit fa61db21 authored by Ross's avatar Ross

subtle

parent 5bf978e4
......@@ -2,7 +2,6 @@ import React, { Component } from 'react';
import { connect } from 'react-redux';
import { BrowserRouter, Redirect, Route, Switch } from 'react-router-dom';
import MediaQuery from 'react-responsive';
//import { AnimatedSwitch } from 'react-router-transition';
import { Web3Connect, startWatching, initialize } from '../ducks/web3connect';
import { setAddresses } from '../ducks/addresses';
import Header from '../components/Header';
......
......@@ -34,8 +34,8 @@
@keyframes title_fade_in {
from {
opacity: 0;
top: -10px;
opacity: 0.5;
top: 0px;
}
to {
opacity: 1;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment