.contentHeader,
.boxHeadline { // deprecated
color: $wcfContentHeadlineText; // todo: rename variable
- margin-bottom: 40px;
.contentTitle,
> h1 { // deprecated
// align <nav> to the right side
justify-content: flex-end;
- &:not(:first-child) {
- margin-top: 40px;
- }
-
- &:not(:last-child) {
- margin-bottom: 40px;
- }
-
> nav {
flex: 0 0 auto;
+ margin-top: 30px;
order: 3;
&.pagination {
}
}
}
+
+ & + .section {
+ margin-top: 30px;
+ }
}