i really hate chromium sometimes
This commit is contained in:
parent
fa9711973a
commit
ab27fde2e4
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Reference in a new issue