fix media query

This commit is contained in:
Miodec 2025-09-24 15:20:38 +02:00 committed by Christian Fehmer
parent e15a454df7
commit 576ae09b7d
2 changed files with 2 additions and 8 deletions

View file

@ -100,7 +100,7 @@
.tabs {
padding: 0;
display: grid;
grid-auto-flow: column;
grid-auto-flow: row;
button {
justify-content: center;
padding: 1em 0.5em;
@ -108,6 +108,7 @@
}
}
}
.pageSettings {
.accountSettingsNotice {
button {

View file

@ -15,13 +15,6 @@
.ad.ad-h-s {
display: grid;
}
.pageAccountSettings {
.main {
.tabs {
grid-auto-flow: row;
}
}
}
.pageLeaderboards {
.content .bigtitle .text:after {