aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElmar Ludwig <elmar.ludwig@uni-osnabrueck.de>2023-03-17 15:24:23 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2023-03-17 15:24:23 +0000
commit1b929a14f7e7785aea97c4cb9519b53889c19e59 (patch)
tree8a9beb8d5caccec1303d2f29e326748758cba10a
parent6a79e88fcb9b6e8b0284f2852900fdb2543b173e (diff)
drop unused(?) position property, add bottom margin, fixes #2378 and #2247
Closes #2378 and #2247 Merge request studip/studip!1582
-rw-r--r--resources/assets/stylesheets/scss/layouts.scss2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/assets/stylesheets/scss/layouts.scss b/resources/assets/stylesheets/scss/layouts.scss
index c117270..931fc7b 100644
--- a/resources/assets/stylesheets/scss/layouts.scss
+++ b/resources/assets/stylesheets/scss/layouts.scss
@@ -161,7 +161,7 @@ body {
grid-row: 2 / 3;
justify-content: flex-start;
margin: $page-margin;
- position: relative;
+ margin-bottom: calc($page-margin + 35px);
vertical-align: top;
.oversized & {