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 {
color: $color-brand;
margin-top: $default-padding;
margin-bottom: $section-spacing;
@include light-border(bottom);
@include desktop {
margin-top: 0;
}

View File

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