From e6dc492ab5736d912a211a552520531b52166806 Mon Sep 17 00:00:00 2001 From: Bjorn Zschernack Date: Tue, 28 Nov 2023 16:53:43 +0100 Subject: [PATCH] update frontpage --- front-page.php | 11 +---------- scss/includes/_content.scss | 19 +++++++++++++++++++ scss/styles.css | 15 +++++++++++++++ 3 files changed, 35 insertions(+), 10 deletions(-) diff --git a/front-page.php b/front-page.php index 7a5819f..efb17e3 100644 --- a/front-page.php +++ b/front-page.php @@ -32,17 +32,8 @@ -
-
- -
-
-
-
- -
-
+ diff --git a/scss/includes/_content.scss b/scss/includes/_content.scss index ee8adb4..deab1f2 100644 --- a/scss/includes/_content.scss +++ b/scss/includes/_content.scss @@ -7,6 +7,15 @@ a{ } +.two-columns{ + column-count:2; + + p { + font-size: 18px; + } +} + + .posts-grid { display: grid; font-size: 20px; @@ -222,6 +231,14 @@ h2 { } } + &.fs40{ + font-size: 40px; + + @media(max-width: 768px){ + font-size: 30px; + } + } + &.kunde{ font-size: 16px; font-family: 'BarlowBold'; @@ -236,3 +253,5 @@ font-family: 'BarlowBold'; font-size: 16px; } + + diff --git a/scss/styles.css b/scss/styles.css index 09132da..8c5b98b 100644 --- a/scss/styles.css +++ b/scss/styles.css @@ -351,6 +351,13 @@ a:hover { text-decoration: none; } +.two-columns { + column-count: 2; +} +.two-columns p { + font-size: 18px; +} + .posts-grid { display: grid; font-size: 20px; @@ -558,6 +565,14 @@ h2.content-h2:after { display: block; margin: auto; } +h2.fs40 { + font-size: 40px; +} +@media (max-width: 768px) { + h2.fs40 { + font-size: 30px; + } +} h2.kunde { font-size: 16px; font-family: "BarlowBold";