mirror of
https://github.com/BradNut/umami
synced 2025-09-08 17:40:29 +00:00
Subtract padding of elements from width
This commit is contained in:
parent
230bbbf431
commit
3b2328c2c7
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
.menu div {
|
.menu div {
|
||||||
border-radius: 5px;
|
border-radius: 5px;
|
||||||
min-width: calc(100% / 3);
|
min-width: calc(100% / 3 - 8px);
|
||||||
}
|
}
|
||||||
|
|
||||||
@media only screen and (max-width: 992px) {
|
@media only screen and (max-width: 992px) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue