Fixed display issue on small screens
This commit is contained in:
parent
2775b78f8f
commit
f0f9edfb9f
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ body > #events {
|
|||
}
|
||||
|
||||
@media (max-width: 672px) {
|
||||
body > h1 {
|
||||
body > .topbar {
|
||||
margin: 1rem;
|
||||
}
|
||||
body > #events {
|
||||
|
|
Reference in a new issue