mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
optimised media queries for the about page
This commit is contained in:
parent
48f1407b5c
commit
6c51980479
1 changed files with 16 additions and 3 deletions
|
@ -109,9 +109,15 @@
|
|||
}
|
||||
}
|
||||
|
||||
.pageAbout .section .supporters,
|
||||
.pageAbout .section .contributors {
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
.pageAbout .section {
|
||||
.contributors,
|
||||
.supporters {
|
||||
grid-template-columns: 1fr 1fr 1fr;
|
||||
}
|
||||
.contactButtons,
|
||||
.supportButtons {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
.pageSettings .section.customBackgroundFilter {
|
||||
|
@ -289,6 +295,13 @@
|
|||
}
|
||||
}
|
||||
|
||||
.pageAbout .section {
|
||||
.contactButtons,
|
||||
.supportButtons {
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
}
|
||||
|
||||
#top {
|
||||
align-items: self-end;
|
||||
.logo {
|
||||
|
|
Loading…
Reference in a new issue