From de188185aa04ba35b45ec056e1161cdf893d1c7f Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Sat, 11 May 2019 12:10:11 +0200 Subject: [PATCH] layout fixes --- src/App.css | 1 - src/components/Ticker.css | 1 + src/screens/Preferences.css | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/App.css b/src/App.css index b5708e3..aeb82f1 100644 --- a/src/App.css +++ b/src/App.css @@ -85,7 +85,6 @@ a h1 { .app > div > div { display: flex; - align-items: center; justify-content: center; flex-wrap: wrap; width: 100%; diff --git a/src/components/Ticker.css b/src/components/Ticker.css index 29ba613..8f06cfb 100644 --- a/src/components/Ticker.css +++ b/src/components/Ticker.css @@ -47,6 +47,7 @@ .dark .ticker button.active, .dark .ticker button.active:hover { border-color: #303030; + color: #fff !important; } .label--price { diff --git a/src/screens/Preferences.css b/src/screens/Preferences.css index 1566575..24f48e9 100644 --- a/src/screens/Preferences.css +++ b/src/screens/Preferences.css @@ -2,6 +2,7 @@ text-align: left; width: 100%; position: relative; + margin-top: 7vh; } .preferences__title {