summaryrefslogtreecommitdiff
path: root/themes
diff options
context:
space:
mode:
authorJannik Beyerstedt <code@jannikbeyerstedt.de>2018-01-01 22:12:26 +0100
committerJannik Beyerstedt <code@jannikbeyerstedt.de>2018-01-01 22:12:26 +0100
commitd01246852950b1fbb4480618852fe7d154ec98fd (patch)
tree92f0a0675c9f791a5e0b6563e9efc19f28448a80 /themes
parent73ed2308c1f68ec080ff06afb4312a001e4f39e2 (diff)
shifts view: change breakpoints to fit more on smaller screens
Diffstat (limited to 'themes')
-rw-r--r--themes/base.less12
1 files changed, 12 insertions, 0 deletions
diff --git a/themes/base.less b/themes/base.less
index e45b7f85..37558071 100644
--- a/themes/base.less
+++ b/themes/base.less
@@ -247,3 +247,15 @@ body {
transform: rotate(0deg) translateY(0px);
}
}
+
+@media (max-width: 525px) {
+ .col-xxs-12 {
+ float: none;
+ width: 100%;
+
+ position: relative; left: 0; right: 0;
+ min-height: 1px;
+ padding-right: 15px;
+ padding-left: 15px;
+ }
+}