mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-05 13:27:49 +08:00
optimised media queries for the login page
This commit is contained in:
parent
f3616fe2ae
commit
d84859568d
1 changed files with 5 additions and 0 deletions
|
@ -259,6 +259,11 @@
|
|||
#top .logo .bottom {
|
||||
margin-top: 0;
|
||||
}
|
||||
.pageLogin {
|
||||
display: grid;
|
||||
gap: 10rem;
|
||||
grid-auto-flow: unset;
|
||||
}
|
||||
#middle {
|
||||
#result {
|
||||
grid-template-areas:
|
||||
|
|
Loading…
Reference in a new issue