improve tab nav buttons on small screens

This commit is contained in:
zombieFox 2021-09-05 11:53:54 +01:00
parent 6aa16dc26a
commit 2a15831132

View File

@ -36,6 +36,12 @@
gap: calc((var(--tab-size) / 4) * 0.125em);
}
@media (min-width: 800px) {
.tab-nav-group {
flex-wrap: nowrap;
}
}
.tab-nav-button {
background-color: transparent;
flex-grow: 1;