second version

This commit is contained in:
silas
2020-12-03 23:17:55 +01:00
parent c0a9e67e13
commit 939d56c1c0
22 changed files with 330 additions and 95 deletions

View File

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