Layout defintion

This commit is contained in:
reverend 2020-08-09 23:42:48 +02:00
parent 02b1c39e9e
commit 1a92521029

View File

@ -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';