Fixed margin on homepage card headings.

This commit is contained in:
Stephan 2021-03-10 20:02:34 +01:00
parent c121750bd2
commit ae186d23df
1 changed files with 11 additions and 0 deletions

View File

@ -778,6 +778,10 @@ hr.-even {
margin: 0; margin: 0;
} }
.content__inner_box.-card_box_head {
margin-bottom: -5rem;
}
.content__box.-columns { .content__box.-columns {
-webkit-column-count: var(--column-count); -webkit-column-count: var(--column-count);
-moz-column-count: var(--column-count); -moz-column-count: var(--column-count);
@ -911,6 +915,10 @@ footer {
.content__button { .content__button {
width: 100%; width: 100%;
} }
.content__inner_box.-card_box_head {
margin-bottom: 0;
}
} }
@media screen and (max-width: 1044px) and (min-width: 960px) { @media screen and (max-width: 1044px) and (min-width: 960px) {
@ -1027,6 +1035,7 @@ footer {
.content__inner_box.-card_box_head { .content__inner_box.-card_box_head {
flex-direction: column-reverse; flex-direction: column-reverse;
margin-bottom: 0;
} }
.flex_heading { .flex_heading {
@ -1224,6 +1233,7 @@ footer {
.content__inner_box.-card_box_head { .content__inner_box.-card_box_head {
flex-direction: column-reverse; flex-direction: column-reverse;
margin-bottom: 0;
} }
.flex_heading { .flex_heading {
@ -1438,6 +1448,7 @@ footer {
.content__inner_box.-card_box_head { .content__inner_box.-card_box_head {
flex-direction: column-reverse; flex-direction: column-reverse;
margin-bottom: 0;
} }
.flex_heading { .flex_heading {