Skip to content
Snippets Groups Projects
Commit c7b8978c authored by Jan-Hendrik Willms's avatar Jan-Hendrik Willms Committed by Jan-Hendrik Willms
Browse files

replace margin with padding, re #2312, re #2390

Merge request studip/studip!1610
parent b5ccc9ee
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
height: 100px; height: 100px;
.content-item-link { .content-item-link {
height: 90px;
padding: 5px; padding: 5px;
grid-template-columns: 42px 135px; grid-template-columns: 42px 135px;
...@@ -54,7 +53,6 @@ ...@@ -54,7 +53,6 @@
display: grid; display: grid;
grid-template-columns: 74px auto; grid-template-columns: 74px auto;
grid-gap: 5px; grid-gap: 5px;
height: 130px;
padding: 15px 10px 0 10px; padding: 15px 10px 0 10px;
transition: 0.5s; transition: 0.5s;
......
...@@ -167,9 +167,9 @@ body { ...@@ -167,9 +167,9 @@ body {
grid-column: 2 / 3; grid-column: 2 / 3;
grid-row: 2 / 3; grid-row: 2 / 3;
justify-content: flex-start; justify-content: flex-start;
margin: $page-margin;
margin-bottom: calc($page-margin + 35px);
overflow-x: auto; overflow-x: auto;
padding: $page-margin;
padding-bottom: calc($page-margin + 35px);
vertical-align: top; vertical-align: top;
.oversized & { .oversized & {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment