mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-07 22:23:45 +08:00
fix media query
This commit is contained in:
parent
e15a454df7
commit
576ae09b7d
2 changed files with 2 additions and 8 deletions
|
@ -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 {
|
||||
|
|
|
@ -15,13 +15,6 @@
|
|||
.ad.ad-h-s {
|
||||
display: grid;
|
||||
}
|
||||
.pageAccountSettings {
|
||||
.main {
|
||||
.tabs {
|
||||
grid-auto-flow: row;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.pageLeaderboards {
|
||||
.content .bigtitle .text:after {
|
||||
|
|
Loading…
Add table
Reference in a new issue