From cf6e5e64735fa9a6bad6abaef22ecfd32d0ffc46 Mon Sep 17 00:00:00 2001 From: nael Date: Thu, 25 Apr 2019 16:47:13 +0200 Subject: [PATCH] WIP #2567 @0:25 --- style/style.sass | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/style/style.sass b/style/style.sass index 5fb52f1..74e1a75 100644 --- a/style/style.sass +++ b/style/style.sass @@ -155,7 +155,8 @@ section #questionAsk margin: 3.2em auto 2em auto - max-width: 840px + max-width: 870px + font-size: rem(35) @include breakpoint max-width: 610px @@ -166,14 +167,14 @@ section &__list position: relative width: 650px - height: 125px + height: 110px background: white margin: 0 auto border-radius: 5.25em margin-bottom: 34px cursor: pointer transition: 400ms all ease - font-size: rem(30) + font-size: rem(27) &--text color: $darkblue @@ -259,7 +260,7 @@ section color: white .response - font-size: rem(30) + font-size: rem(25) max-width: 840px margin: 1em auto 0 auto -- 2.39.5