mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
media query for footer
This commit is contained in:
parent
c00eec4636
commit
c0b09e923d
1 changed files with 14 additions and 1 deletions
|
@ -1776,7 +1776,7 @@ key {
|
|||
|
||||
.leftright {
|
||||
display: grid;
|
||||
grid-template-columns: 1fr 1fr;
|
||||
grid-template-columns: auto auto;
|
||||
gap: 1rem;
|
||||
a {
|
||||
text-decoration: none;
|
||||
|
@ -3621,6 +3621,19 @@ key {
|
|||
}
|
||||
}
|
||||
|
||||
.centerContent .bottom .leftright{
|
||||
.left{
|
||||
gap: 0.25rem 1rem;
|
||||
display: grid;
|
||||
grid-template-rows: 1fr 1fr;
|
||||
grid-auto-flow: column;
|
||||
}
|
||||
.right{
|
||||
display: grid;
|
||||
gap: 0.25rem 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.pageSettings .section.customBackgroundFilter {
|
||||
.groups {
|
||||
grid-template-columns: 1fr;
|
||||
|
|
Loading…
Reference in a new issue