parent
776ae35c61
commit
84db669698
@ -60,7 +60,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<section id="willkommen" class="container">
|
<section id="willkommen" class="container">
|
||||||
<div class="row">
|
<div class="row margin-bottom-0">
|
||||||
<div class="col s12">
|
<div class="col s12">
|
||||||
</div>
|
</div>
|
||||||
<div class="col s12 center">
|
<div class="col s12 center">
|
||||||
@ -101,7 +101,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<section id="wohnung" class="container">
|
<section id="wohnung" class="container">
|
||||||
<div class="row">
|
<div class="row margin-bottom-0">
|
||||||
<div class="col s12 center">
|
<div class="col s12 center">
|
||||||
<h2 class="light-green-text">Ferienwohnung</h2>
|
<h2 class="light-green-text">Ferienwohnung</h2>
|
||||||
</div>
|
</div>
|
||||||
@ -205,7 +205,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<section id="buchung" class="container">
|
<section id="buchung" class="container">
|
||||||
<div class="row">
|
<div class="row margin-bottom-0">
|
||||||
<div class="col s12 center">
|
<div class="col s12 center">
|
||||||
<h2 class=" light-green-text">Buchung und Anreise</h2>
|
<h2 class=" light-green-text">Buchung und Anreise</h2>
|
||||||
</div>
|
</div>
|
||||||
@ -239,7 +239,7 @@
|
|||||||
</p>
|
</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="col s12 m4 l3">
|
<div class="col s12 m4 l3">
|
||||||
<div class="row">
|
<div class="row margin-bottom-0">
|
||||||
<div class="col s12">
|
<div class="col s12">
|
||||||
<h3 class="heading-5 light-green-text text-darken-3">Kontakt</h3>
|
<h3 class="heading-5 light-green-text text-darken-3">Kontakt</h3>
|
||||||
<p>
|
<p>
|
||||||
|
|||||||
@ -24,6 +24,10 @@
|
|||||||
height: 90vh;
|
height: 90vh;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.margin-bottom-0 {
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
.heading-2 {
|
.heading-2 {
|
||||||
font-size: 3.56rem;
|
font-size: 3.56rem;
|
||||||
line-height: 110%;
|
line-height: 110%;
|
||||||
@ -95,3 +99,23 @@ a:not([href^='#']) {
|
|||||||
height: 56px;
|
height: 56px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media only screen and (max-width:360px) {
|
||||||
|
#willkommen-banner {
|
||||||
|
height: calc(100vh - 56px);
|
||||||
|
max-height: 300px;
|
||||||
|
|
||||||
|
.parallax img {
|
||||||
|
max-width: 130%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.heading-2,
|
||||||
|
h2 {
|
||||||
|
font-size: 2.12rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
#logo-container img {
|
||||||
|
height: 56px;
|
||||||
|
}
|
||||||
|
}
|
||||||
@ -12,6 +12,9 @@
|
|||||||
#footer-banner {
|
#footer-banner {
|
||||||
height: 90vh; }
|
height: 90vh; }
|
||||||
|
|
||||||
|
.margin-bottom-0 {
|
||||||
|
margin-bottom: 0; }
|
||||||
|
|
||||||
.heading-2 {
|
.heading-2 {
|
||||||
font-size: 3.56rem;
|
font-size: 3.56rem;
|
||||||
line-height: 110%;
|
line-height: 110%;
|
||||||
@ -64,3 +67,15 @@ a:not([href^='#']) {
|
|||||||
font-size: 2.82rem; }
|
font-size: 2.82rem; }
|
||||||
#logo-container img {
|
#logo-container img {
|
||||||
height: 56px; } }
|
height: 56px; } }
|
||||||
|
|
||||||
|
@media only screen and (max-width: 360px) {
|
||||||
|
#willkommen-banner {
|
||||||
|
height: calc(100vh - 56px);
|
||||||
|
max-height: 300px; }
|
||||||
|
#willkommen-banner .parallax img {
|
||||||
|
max-width: 130%; }
|
||||||
|
.heading-2,
|
||||||
|
h2 {
|
||||||
|
font-size: 2.12rem; }
|
||||||
|
#logo-container img {
|
||||||
|
height: 56px; } }
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user