From ae186d23df64738a57146affac387b045040884e Mon Sep 17 00:00:00 2001 From: Stephan Date: Wed, 10 Mar 2021 20:02:34 +0100 Subject: [PATCH] Fixed margin on homepage card headings. --- assets/css/style.css | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index 333fe957..a4433d1a 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -778,6 +778,10 @@ hr.-even { margin: 0; } +.content__inner_box.-card_box_head { + margin-bottom: -5rem; +} + .content__box.-columns { -webkit-column-count: var(--column-count); -moz-column-count: var(--column-count); @@ -911,6 +915,10 @@ footer { .content__button { width: 100%; } + + .content__inner_box.-card_box_head { + margin-bottom: 0; + } } @media screen and (max-width: 1044px) and (min-width: 960px) { @@ -1027,6 +1035,7 @@ footer { .content__inner_box.-card_box_head { flex-direction: column-reverse; + margin-bottom: 0; } .flex_heading { @@ -1224,6 +1233,7 @@ footer { .content__inner_box.-card_box_head { flex-direction: column-reverse; + margin-bottom: 0; } .flex_heading { @@ -1438,6 +1448,7 @@ footer { .content__inner_box.-card_box_head { flex-direction: column-reverse; + margin-bottom: 0; } .flex_heading {