From 9ec59c493e68d0a5301ccd8a1028d0b90dd6571f Mon Sep 17 00:00:00 2001 From: Koen van Gilst Date: Thu, 13 Sep 2018 19:23:47 +0200 Subject: [PATCH] styling fixes --- src/components/UI/Button/Button.css | 2 +- src/components/UI/Overlay/Overlay.css | 7 +++---- src/pages/About/About.css | 2 +- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src/components/UI/Button/Button.css b/src/components/UI/Button/Button.css index 6dae09d..f7ef93c 100644 --- a/src/components/UI/Button/Button.css +++ b/src/components/UI/Button/Button.css @@ -1,7 +1,7 @@ .my-button { font-weight: 900; font-size: 1.5em; - padding: 0.75em; + padding: 1em; border-radius: 0.5em; text-shadow: 0 2px 0 rgba(0, 0, 0, 0.07); background: var(--geel); diff --git a/src/components/UI/Overlay/Overlay.css b/src/components/UI/Overlay/Overlay.css index 0b9c5bf..d8dba1f 100644 --- a/src/components/UI/Overlay/Overlay.css +++ b/src/components/UI/Overlay/Overlay.css @@ -13,7 +13,6 @@ #025f76 70%, #025f76 100% ); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ - z-index: 0; display: flex; flex-direction: column; justify-content: center; @@ -33,10 +32,10 @@ .overlay-content p { color: white; - font-size: 2em; + font-size: 2.5em; margin: 0; - padding: 0.5em 1em; - line-height: 2; + padding: 1em; + line-height: 1.5; } .overlay-content a { diff --git a/src/pages/About/About.css b/src/pages/About/About.css index b9e9fec..6ff89f3 100644 --- a/src/pages/About/About.css +++ b/src/pages/About/About.css @@ -1,4 +1,4 @@ .about-page p { - font-size: 1.7em; + font-size: 1.8em; color: var(--zwart); }