Skip to content

Commit

Permalink
Playbook block on frontpage
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuechner committed May 31, 2023
1 parent 3611962 commit 44070f9
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 10 deletions.
2 changes: 1 addition & 1 deletion web/themes/custom/relaunch2018/css/global.css

Large diffs are not rendered by default.

38 changes: 29 additions & 9 deletions web/themes/custom/relaunch2018/scss/custom/frontpage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,34 @@
}
}

#block-block-about, #block-startseiteplaybook {
#block-startseiteplaybook {
.field--name-field-paragraphs {
margin-top: map_get($spacers, 5);


padding-top: 48px;
padding-bottom: 28px;
padding-left: 30px;
padding-right: 30px;
background-color: $white;

> .field__item {

.paragraph {
padding: 0;

.separator {
display: none;
}
}
}
}
}

#block-block-about {
.field--name-field-paragraphs {
// margin-top: map_get($spacers, 5);

> .field__item {

&:last-child {
Expand Down Expand Up @@ -48,16 +72,12 @@
}
}

@include media-breakpoint-up(md) {
padding: 0 $grid-gutter-width;
}
padding: 0 $grid-gutter-width;
}

@include media-breakpoint-up(md) {
margin-top: map_get($spacers, 10);
padding-top: map_get($spacers, 6);
background-color: $white;
}
margin-top: map_get($spacers, 10);
padding-top: map_get($spacers, 6);
background-color: $white;
}
}

Expand Down

0 comments on commit 44070f9

Please sign in to comment.