Commit fa61db21 authored by Ross's avatar Ross

subtle

parent 5bf978e4
...@@ -2,7 +2,6 @@ import React, { Component } from 'react'; ...@@ -2,7 +2,6 @@ import React, { Component } from 'react';
import { connect } from 'react-redux'; import { connect } from 'react-redux';
import { BrowserRouter, Redirect, Route, Switch } from 'react-router-dom'; import { BrowserRouter, Redirect, Route, Switch } from 'react-router-dom';
import MediaQuery from 'react-responsive'; import MediaQuery from 'react-responsive';
//import { AnimatedSwitch } from 'react-router-transition';
import { Web3Connect, startWatching, initialize } from '../ducks/web3connect'; import { Web3Connect, startWatching, initialize } from '../ducks/web3connect';
import { setAddresses } from '../ducks/addresses'; import { setAddresses } from '../ducks/addresses';
import Header from '../components/Header'; import Header from '../components/Header';
......
...@@ -34,8 +34,8 @@ ...@@ -34,8 +34,8 @@
@keyframes title_fade_in { @keyframes title_fade_in {
from { from {
opacity: 0; opacity: 0.5;
top: -10px; top: 0px;
} }
to { to {
opacity: 1; 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