From 2dc42ee56c6bfd6163a73f31c5ff9a75eb3b0b4a Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Mon, 6 May 2019 02:15:31 +0200 Subject: [PATCH] CTA button break --- _sass/_layout.scss | 2 +- css/main.scss | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/_sass/_layout.scss b/_sass/_layout.scss index fc1f429..3558ce1 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -103,7 +103,7 @@ transition: all 0.3s ease-in-out; } - @include media-query($on-phone) { + @include media-query($small) { margin-top: 20px; margin-left: 0px; } diff --git a/css/main.scss b/css/main.scss index 5c36b0e..00f9540 100755 --- a/css/main.scss +++ b/css/main.scss @@ -22,9 +22,10 @@ $grey-color-dark: darken($grey-color, 25%); // Width of the content area $content-width: 950px; -$on-palm: 700px; $on-laptop: 950px; +$on-palm: 700px; $on-phone: 600px; +$small: 450px;