Remove header title link full width

This commit is contained in:
Miraty 2021-07-16 19:26:31 +02:00
parent 9a99331612
commit 65f5828b6e
1 changed files with 3 additions and 14 deletions

View File

@ -124,6 +124,8 @@ header {
padding-top: 12px; padding-top: 12px;
margin: 0px; margin: 0px;
height: 64px; height: 64px;
display: flex;
justify-content: center;
} }
#logo { #logo {
@ -141,7 +143,7 @@ h1, h2, h3, h4, h5, h6 {
} }
h1 { h1 {
font-size: 33px; font-size: 29px;
} }
h2 { h2 {
@ -411,11 +413,6 @@ input[type=color] {
flex-direction: column; flex-direction: column;
} }
h1 {
font-size: 28px;
padding-top: 6px;
}
#txt { #txt {
width: 85%; width: 85%;
} }
@ -425,11 +422,3 @@ input[type=color] {
} }
} }
@media (max-width: 415px) {
h1 {
padding: 0px;
}
}