mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/updates: reduce mobile navigation padding
This commit is contained in:
parent
4fab0d3fb8
commit
4402484a0c
1 changed files with 2 additions and 3 deletions
|
@ -166,9 +166,8 @@
|
|||
@media only screen and (max-width: 1150px) {
|
||||
.button-wrapper-mobile {
|
||||
display: flex;
|
||||
padding-bottom: 1rem;
|
||||
margin-left: 1rem;
|
||||
margin-right: 1rem;
|
||||
padding: var(--border-radius);
|
||||
padding-top: 0;
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue