Add more spacing in task type content blocks
This commit is contained in:
parent
69e19591b3
commit
65e31f6893
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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 {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue