Subtract padding of elements from width
parent
230bbbf431
commit
3b2328c2c7
|
@ -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 New Issue