Skip to content

Commit

Permalink
Better teaser width
Browse files Browse the repository at this point in the history
  • Loading branch information
mbuechner committed Nov 11, 2024
1 parent 2e75eb4 commit bda77e0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
5 changes: 0 additions & 5 deletions web/themes/custom/ddbp/src/scss/elements/_content-header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
}
}

.content-header__content {
@include rsa(max-width, 100%, 65%);
width: 100%;
}

.content-header__title {
@include spacing(margin, small, bottom);
color: $color-grey-dark;
Expand Down
3 changes: 2 additions & 1 deletion web/themes/custom/ddbp/src/scss/layout/_layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ footer {
width: 100%;
max-width: 100%;

@include bp(xl) {
@include bp(l) {
max-width: $column-fixed-content;
}
}
Expand All @@ -132,6 +132,7 @@ footer {
height: 100%;
width: 100%;
max-width: 100%;
z-index: 100;

@include bp(l) {
max-width: $column-fixed-sidebar;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<i aria-hidden="true" class="fa-regular fa-calendar-plus"></i>
</a>
</div>
<h3>
<h3 class="h4">
<a href="{{ url }}">
{{ label[0]['#context'].value }}
</a>
Expand Down

0 comments on commit bda77e0

Please sign in to comment.