From f85fa5185b5e86dbd3eb1d67c76c7680477c9329 Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Thu, 9 May 2019 15:03:10 -0600 Subject: [PATCH] Shrink title font on mobile --- src/scss/mobile/_structure.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/scss/mobile/_structure.scss b/src/scss/mobile/_structure.scss index 68add6a..4f2aedb 100644 --- a/src/scss/mobile/_structure.scss +++ b/src/scss/mobile/_structure.scss @@ -1,6 +1,11 @@ @media (max-width: 750px) { #top { + #title { + font-size: 13pt; + margin-right: 10px; + } + #openSearchModal { width: 40%; }