Layout defintion
This commit is contained in:
parent
02b1c39e9e
commit
1a92521029
@ -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 '01_Atoms/atoms';
|
||||||
@import '02_Molecules/molecules';
|
@import '02_Molecules/molecules';
|
||||||
@import '03_Organisms/organisms';
|
@import '03_Organisms/organisms';
|
||||||
|
Loading…
Reference in New Issue
Block a user