mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-02 20:08:18 +08:00
allowed the content to be even smaller
This commit is contained in:
parent
a8ad457aaf
commit
ff518e3d5c
1 changed files with 24 additions and 1 deletions
|
@ -797,7 +797,7 @@ a:hover {
|
|||
|
||||
#centerContent {
|
||||
max-width: 1000px;
|
||||
min-width: 500px;
|
||||
// min-width: 500px;
|
||||
margin: 0 auto;
|
||||
display: grid;
|
||||
grid-auto-flow: row;
|
||||
|
@ -2777,6 +2777,29 @@ key {
|
|||
}
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 500px) {
|
||||
#top{
|
||||
.logo{
|
||||
.bottom{
|
||||
font-size: 1.75rem;
|
||||
line-height: 1.75rem;
|
||||
margin-top: .5rem;
|
||||
}
|
||||
.top{
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
#menu{
|
||||
.icon-button{
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
#centerContent{
|
||||
padding: 1rem;
|
||||
}
|
||||
}
|
||||
|
||||
.keymap {
|
||||
display: grid;
|
||||
grid-template-rows: 1fr 1fr 1fr;
|
||||
|
|
Loading…
Reference in a new issue