forked from ag_kommunikation/webseite
Fixed margin on homepage card headings.
This commit is contained in:
parent
c121750bd2
commit
ae186d23df
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user