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; - } - -}