From cf166b71d77a6e0aa60ce29393062e8323f2640d Mon Sep 17 00:00:00 2001 From: maxime_senza Date: Mon, 1 Jun 2020 16:05:23 +0200 Subject: [PATCH] feature: about sib | align center blocs & fix contact button --- src/styles/base/about.scss | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/src/styles/base/about.scss b/src/styles/base/about.scss index 8df00cb..3c9d33e 100644 --- a/src/styles/base/about.scss +++ b/src/styles/base/about.scss @@ -4,6 +4,9 @@ h2,h3{ text-transform: uppercase; } + h2{ + margin-left: 1.5em; + } .flex-content-white{ display: flex; @media only screen and (max-width: 768px) { @@ -12,7 +15,7 @@ >div{ padding: 4.2em 4.7em; text-align: center; - margin: 0 3em 3em 0; + margin: 0 1.5em 3em 1.5em; background: white; box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.11); display: flex; @@ -28,6 +31,9 @@ width: 60%; } } + a{ + text-decoration: none; + } } .main-cta{ @@ -39,7 +45,9 @@ font-weight: bold; text-transform: uppercase; width: 25%; - font-size: 1rem; + font-size: 1.1rem; + align-self: center; + padding: 5px; } .main-cta:hover{