Skip to content
Snippets Groups Projects
Commit 1b929a14 authored by Elmar Ludwig's avatar Elmar Ludwig Committed by Jan-Hendrik Willms
Browse files

drop unused(?) position property, add bottom margin, fixes #2378 and #2247

Closes #2378 and #2247

Merge request studip/studip!1582
parent 6a79e88f
No related branches found
No related tags found
No related merge requests found
......@@ -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 & {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment