Add more spacing in task type content blocks

This commit is contained in:
Ramon Wenger 2020-10-08 11:00:08 +02:00
parent 69e19591b3
commit 65e31f6893
2 changed files with 4 additions and 2 deletions

View File

@ -287,7 +287,9 @@
.content-block__title { .content-block__title {
color: $color-brand; color: $color-brand;
margin-top: $default-padding; margin-top: $default-padding;
margin-bottom: $section-spacing;
@include light-border(bottom); @include light-border(bottom);
@include desktop { @include desktop {
margin-top: 0; margin-top: 0;
} }

View File

@ -37,9 +37,9 @@
margin-bottom: 25px; margin-bottom: 25px;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
break-inside: avoid-page; break-inside: avoid-column;
cursor: pointer;
overflow: hidden; overflow: hidden;
cursor: pointer;
display: none; display: none;
@include desktop { @include desktop {