web/updates: reduce mobile navigation padding

This commit is contained in:
wukko 2024-07-21 17:34:31 +06:00
parent 4fab0d3fb8
commit 4402484a0c
No known key found for this signature in database
GPG key ID: 3E30B3F26C7B4AA2

View file

@ -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;
}