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) {
|
@media only screen and (max-width: 1150px) {
|
||||||
.button-wrapper-mobile {
|
.button-wrapper-mobile {
|
||||||
display: flex;
|
display: flex;
|
||||||
padding-bottom: 1rem;
|
padding: var(--border-radius);
|
||||||
margin-left: 1rem;
|
padding-top: 0;
|
||||||
margin-right: 1rem;
|
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue