From f37d167439ed69b34424c5df66175a7823edc9db Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Mon, 6 May 2019 02:05:45 +0200 Subject: [PATCH] New screen test --- _sass/_layout.scss | 4 ++++ css/main.scss | 3 ++- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/_sass/_layout.scss b/_sass/_layout.scss index fc1f429..a6a6975 100644 --- a/_sass/_layout.scss +++ b/_sass/_layout.scss @@ -390,4 +390,8 @@ @include media-query($on-phone) { flex-basis: auto; } + + @include media-query($on-test) { + flex-basis: auto; + } } \ No newline at end of file diff --git a/css/main.scss b/css/main.scss index 68c86d4..2d20bc4 100755 --- a/css/main.scss +++ b/css/main.scss @@ -24,7 +24,8 @@ $grey-color-dark: darken($grey-color, 25%); $content-width: 950px; $on-palm: 950px; $on-laptop: 950px; -$on-phone: 500px; +$on-phone: 530px; +$on-test: 524px;