Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/pavel-pi/kiss-em.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--static/css/style.css7
1 files changed, 7 insertions, 0 deletions
diff --git a/static/css/style.css b/static/css/style.css
index 349c9b6..21971c8 100644
--- a/static/css/style.css
+++ b/static/css/style.css
@@ -5267,6 +5267,13 @@ a.nav-item.is-tab.is-active {
z-index: 2;
}
+@media (max-width:767px) {
+ .nav {
+ display: grid;
+ grid-template-columns: auto;
+ }
+}
+
.panel-heading,
.tabs.is-boxed a:hover,
a.panel-block:hover {