From d377627b29ca95af8d0c03c5b114e62915204069 Mon Sep 17 00:00:00 2001 From: Fabiano Date: Thu, 19 Jul 2018 14:32:43 -0300 Subject: [PATCH] Fix home collection size on mobile --- src/assets/scss/_home-collection.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/assets/scss/_home-collection.scss b/src/assets/scss/_home-collection.scss index c5f9b7a..83fd877 100644 --- a/src/assets/scss/_home-collection.scss +++ b/src/assets/scss/_home-collection.scss @@ -71,7 +71,7 @@ weight: 700; } bottom: 2.8rem; - @media only screen and (max-width: 576px){ + @media only screen and (max-width: 767px){ font: { size: 18px; weight: 500;