second version
This commit is contained in:
@@ -8,6 +8,13 @@
|
||||
@import "navbar";
|
||||
@import "unterkunft";
|
||||
@import "geschenke";
|
||||
@import "tagesablauf";
|
||||
|
||||
@font-face {
|
||||
font-family: "WinterSunrise";
|
||||
src: url("../img/WinterSunrise.ttf");
|
||||
}
|
||||
|
||||
|
||||
.width-100 {
|
||||
width: 100%;
|
||||
@@ -44,7 +51,7 @@ body {
|
||||
height: 100%;
|
||||
background: $background-color;
|
||||
|
||||
> .grid-container {
|
||||
> div {
|
||||
height: 100%;
|
||||
|
||||
> .grid-x {
|
||||
@@ -74,6 +81,11 @@ a.hidden-link, a.hidden-link:hover{
|
||||
color: inherit;
|
||||
}
|
||||
|
||||
h1 {
|
||||
font-family: WinterSunrise, serif;
|
||||
font-size: 4.5rem;
|
||||
}
|
||||
|
||||
#home-img-container {
|
||||
#home-img {
|
||||
width: 100%;
|
||||
@@ -91,11 +103,12 @@ a.hidden-link, a.hidden-link:hover{
|
||||
#start-text-img-overlay {
|
||||
position: absolute;
|
||||
left: 2rem;
|
||||
top: 50%;
|
||||
bottom: 3rem;
|
||||
//top: 50%;
|
||||
color: white;
|
||||
font-family: "Winter Sunrise", Arial, serif;
|
||||
font-size: 4rem;
|
||||
line-height: 2.5;
|
||||
//font-family: "WinterSunrise", Arial, serif;
|
||||
font-size: 8rem;
|
||||
line-height: 1.2;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -112,4 +125,7 @@ img.full-screen-width {
|
||||
|
||||
.hidden {
|
||||
display: none;
|
||||
}
|
||||
.site-content{
|
||||
padding: 3rem 2rem;
|
||||
}
|
||||
Reference in New Issue
Block a user