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