From 1a9252102986665d1116d001959fb39942563cd4 Mon Sep 17 00:00:00 2001 From: reverend Date: Sun, 9 Aug 2020 23:42:48 +0200 Subject: [PATCH] Layout defintion --- components/main.scss | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/components/main.scss b/components/main.scss index f8a74eb..8044977 100644 --- a/components/main.scss +++ b/components/main.scss @@ -64,6 +64,27 @@ body{ } } +.LP-Section{ + clear: both; + padding: 25px 0px; + padding-left: 25px; + + .LP-Headline{ + margin-left: -25px; + } +} + + +@media(max-width: $-viewport-small){ + .LP-Section{ + padding-left: 0; + padding-right: 0; + + .LP-Headline{ + margin: 0; + } + } +} @import '01_Atoms/atoms'; @import '02_Molecules/molecules'; @import '03_Organisms/organisms';