fix sm breakpoint title min-height

This commit is contained in:
Tyler 2024-07-07 20:28:50 +01:00
parent 53bbdf0bc3
commit 10c151472a
Signed by: observer
GPG Key ID: 934A62C2C469FFAF

View File

@ -189,7 +189,6 @@ div.social-links > a {
margin: 20px auto; margin: 20px auto;
} }
#socials > div { #socials > div {
margin: 20px 0 0; margin: 20px 0 0;
} }
@ -220,6 +219,10 @@ div.social-links > a {
.highlighted { .highlighted {
padding: 5px 15px; padding: 5px 15px;
} }
.container.title-container {
min-height: 95px;
}
} }
@media only screen and (max-width: 400px) { @media only screen and (max-width: 400px) {