summaryrefslogtreecommitdiff
path: root/views
diff options
context:
space:
mode:
authorhorus2021-06-23 03:18:36 +0200
committerhorus2021-06-23 03:18:36 +0200
commit7edd1ba521086201c73bd58617cfad7e0188b5f4 (patch)
tree4db46ce78506918e133fca37fc3fcb8983ec4f1a /views
parent2ae70c29c8a3e6a9841f90061c4cf4da77c6a2b8 (diff)
downloadmoehring-7edd1ba521086201c73bd58617cfad7e0188b5f4.tar.gz
fix bug in top margin on mobile
Diffstat (limited to 'views')
-rw-r--r--views/snippets/layout.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/views/snippets/layout.html b/views/snippets/layout.html
index 5de1eaa..17262b1 100644
--- a/views/snippets/layout.html
+++ b/views/snippets/layout.html
@@ -31,7 +31,7 @@
}
@media (max-width: 992px) {
.main {
- margin-top: 3rem;
+ margin-top: 3rem !important;
margin-bottom: 4rem;
}
}