summaryrefslogtreecommitdiffstats
path: root/web_src/less/helpers.less
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/less/helpers.less')
-rw-r--r--web_src/less/helpers.less5
1 files changed, 5 insertions, 0 deletions
diff --git a/web_src/less/helpers.less b/web_src/less/helpers.less
index cacf7d9c8e..5510ee5b23 100644
--- a/web_src/less/helpers.less
+++ b/web_src/less/helpers.less
@@ -168,3 +168,8 @@
.py-3 { padding-top: .5rem !important; padding-bottom: .5rem !important; }
.py-4 { padding-top: 1rem !important; padding-bottom: 1rem !important; }
.py-5 { padding-top: 2rem !important; padding-bottom: 2rem !important; }
+
+@media @mediaSm {
+ .db-small { display: block !important; }
+ .w-100-small { width: 100% !important; }
+}