i really hate chromium sometimes

This commit is contained in:
ari melody 2023-10-18 00:06:35 +01:00
parent fa9711973a
commit ab27fde2e4
Signed by: ari
GPG key ID: CF99829C92678188
2 changed files with 2 additions and 3 deletions

View file

@ -28,7 +28,6 @@ header {
flex-direction: row;
gap: 1em;
padding: 0 1em;
overflow-x: scroll;
}
img#header-icon {
@ -317,7 +316,7 @@ footer {
mix-blend-mode: overlay;
}
@media screen and (max-width: 520px) {
@media screen and (max-width: 740px) {
body {
font-size: 14px;
}

View file

@ -116,7 +116,7 @@ h2.question {
border-radius: 4px;
}
@media screen and (max-width: 520px) {
@media screen and (max-width: 740px) {
a.music {
flex-direction: column;
}