|
@@ -4260,8 +4260,6 @@ a.nav-item.is-tab.is-active {
|
|
|
-webkit-box-pack: start;
|
|
|
-ms-flex-pack: start;
|
|
|
justify-content: flex-start;
|
|
|
- overflow: hidden;
|
|
|
- overflow-x: auto;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
|
|
@@ -4309,12 +4307,6 @@ a.nav-item.is-tab.is-active {
|
|
|
}
|
|
|
}
|
|
|
|
|
|
-@media screen and (min-width: 769px) and (max-width: 999px) {
|
|
|
- .nav-menu {
|
|
|
- padding-right: 1.5rem;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
.nav {
|
|
|
-webkit-box-align: stretch;
|
|
|
-ms-flex-align: stretch;
|
|
@@ -4337,18 +4329,13 @@ a.nav-item.is-tab.is-active {
|
|
|
display: -ms-flexbox;
|
|
|
display: flex;
|
|
|
min-height: 3.25rem;
|
|
|
+ width: 100%;
|
|
|
}
|
|
|
|
|
|
.nav.has-shadow {
|
|
|
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1);
|
|
|
}
|
|
|
|
|
|
-@media screen and (max-width: 768px) {
|
|
|
- .nav > .container {
|
|
|
- width: 100%;
|
|
|
- }
|
|
|
-}
|
|
|
-
|
|
|
.pagination {
|
|
|
font-size: 1rem;
|
|
|
}
|