mirror of
https://github.com/thelounge/thelounge
synced 2024-11-10 14:44:13 +00:00
Merge pull request #2321 from MaxLeiter/header-margin
Fix .container margins
This commit is contained in:
commit
36a62fb365
1 changed files with 1 additions and 1 deletions
|
@ -171,7 +171,7 @@ kbd {
|
|||
}
|
||||
|
||||
.container {
|
||||
margin: 80px auto;
|
||||
margin: 20px auto;
|
||||
max-width: 480px;
|
||||
touch-action: pan-y;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue