From 65f5828b6e1bb64de62d418c3563bf4a440e6c12 Mon Sep 17 00:00:00 2001 From: Miraty Date: Fri, 16 Jul 2021 19:26:31 +0200 Subject: [PATCH] Remove header title link full width --- style.less | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/style.less b/style.less index b07569d..18d40f7 100755 --- a/style.less +++ b/style.less @@ -124,6 +124,8 @@ header { padding-top: 12px; margin: 0px; height: 64px; + display: flex; + justify-content: center; } #logo { @@ -141,7 +143,7 @@ h1, h2, h3, h4, h5, h6 { } h1 { - font-size: 33px; + font-size: 29px; } h2 { @@ -411,11 +413,6 @@ input[type=color] { flex-direction: column; } - h1 { - font-size: 28px; - padding-top: 6px; - } - #txt { width: 85%; } @@ -425,11 +422,3 @@ input[type=color] { } } - -@media (max-width: 415px) { - - h1 { - padding: 0px; - } - -}