mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-10-18 03:26:07 +08:00
fixed narrow screen banner styling
This commit is contained in:
parent
b4e830565f
commit
7d1aa89190
1 changed files with 4 additions and 1 deletions
|
@ -184,6 +184,7 @@
|
|||
}
|
||||
}
|
||||
#bannerCenter .banner .container {
|
||||
grid-template-columns: 1fr auto;
|
||||
.image {
|
||||
display: none;
|
||||
}
|
||||
|
@ -192,7 +193,9 @@
|
|||
display: none;
|
||||
}
|
||||
.text {
|
||||
margin-left: 2rem;
|
||||
margin-left: 1.5rem;
|
||||
text-align: left;
|
||||
justify-self: start;
|
||||
}
|
||||
}
|
||||
.merchBanner {
|
||||
|
|
Loading…
Add table
Reference in a new issue