From bc51639f1e282d61b67f5573664355fc611054f8 Mon Sep 17 00:00:00 2001 From: Anxhelo Lushka Date: Mon, 6 May 2019 02:01:19 +0200 Subject: [PATCH] Another test for mobile view --- css/main.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css/main.scss b/css/main.scss index 2dabb60..68c86d4 100755 --- a/css/main.scss +++ b/css/main.scss @@ -24,7 +24,7 @@ $grey-color-dark: darken($grey-color, 25%); $content-width: 950px; $on-palm: 950px; $on-laptop: 950px; -$on-phone: 450px; +$on-phone: 500px;