[SITE CSS] adjusted frontpage vertical spacing
This commit is contained in:
parent
5b294abf9f
commit
e652bae824
5 changed files with 61 additions and 13 deletions
|
@ -1,14 +1,17 @@
|
|||
/* STYLE for jannikbeyerstedt.de
|
||||
* for specific template
|
||||
*/
|
||||
@import "custom";
|
||||
@import "variables";
|
||||
@import "mixins";
|
||||
|
||||
@import "../mainvariables";
|
||||
|
||||
main {
|
||||
div.home {
|
||||
text-align: center;
|
||||
margin-top: 17%;
|
||||
margin-bottom: 20%;
|
||||
margin-top: 15vh;
|
||||
margin-bottom: 20vh;
|
||||
|
||||
div.logo {
|
||||
font-family: 'Boon-Logo', "Verdana", "Arial", sans-serif;
|
||||
|
@ -41,3 +44,10 @@ main {
|
|||
|
||||
}
|
||||
}
|
||||
|
||||
@include media-breakpoint-down(xs) {
|
||||
main div.home {
|
||||
margin-top: 13vh;
|
||||
margin-bottom: 17vh;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue