From 68ba38862718c626e770478e59bf0d7c336cd696 Mon Sep 17 00:00:00 2001 From: KaKi87 Date: Sat, 28 Nov 2020 23:20:56 +0100 Subject: [PATCH] :iphone: Implement subtitle responsive design --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index a80b18a..36644ba 100644 --- a/index.html +++ b/index.html @@ -72,6 +72,7 @@ } .app__header__subtitle { font-size: var(--size-big); + text-align: center; } .app__header__search__input { padding: var(--size-normal); @@ -217,6 +218,7 @@ } @media (max-width: 450px) { :root { + --size-big: 1.5rem; --size-normal: 1rem; --size-small: 0.75rem;