aboutsummaryrefslogtreecommitdiff
path: root/frontend/src/css
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/src/css')
-rw-r--r--frontend/src/css/index.css12
1 files changed, 12 insertions, 0 deletions
diff --git a/frontend/src/css/index.css b/frontend/src/css/index.css
index e654c2b..344fd01 100644
--- a/frontend/src/css/index.css
+++ b/frontend/src/css/index.css
@@ -1,3 +1,15 @@
+@media all and (max-width: 1000px) {
+ .lt-content-column {
+ padding: 0 calc(5vw + 1em) 0 5vw !important;
+ }
+}
+
+@media all and (max-width: 850px) {
+ .lt-content-column {
+ padding: 0 calc(5vw + 1em) 0 5vw !important;
+ }
+}
+
body {
margin: 0;
padding: 0;