This commit is contained in:
Jonas Heinrich 2022-03-10 19:23:56 +01:00
parent 0e42a9bda0
commit 0f4083458f
4 changed files with 23 additions and 17 deletions

View file

@ -9,7 +9,7 @@
Holz. Die mobile Sauna mit Holzofen für den eigenen Garten oder Holz. Die mobile Sauna mit Holzofen für den eigenen Garten oder
direkt am See. direkt am See.
<p> <br> <p> <br>
<!--<a class="get-signal button" href="https://signal.org/download/">Jetzt mieten</a> --> <a class="button" href="/anfrage">Jetzt Mietanfrage stellen</a>
</p> </p>
</div> </div>
</div> </div>

15
files/bulma.css vendored
View file

@ -3332,11 +3332,24 @@ fieldset[disabled] .button {
.hero-body > .container { .hero-body > .container {
flex-grow: unset; flex-grow: unset;
} }
.container {
padding: 0 30px;
}
.container .container,
footer .container,
nav .container {
padding: 0 0;
}
.section:not(.features) {
padding: 3rem 0rem !important;
}
} }
@media screen and (min-width: 1024px) { @media screen and (min-width: 1024px) {
.container { .container {
max-width: 960px max-width: 960px;
} }
} }

View file

@ -150,7 +150,7 @@
</div> </div>
</div> </div>
</nav> </nav>
<div class="contentWrapper"> <div class="container">
<?php the_content(); ?> <?php the_content(); ?>
</div> </div>
<footer class="footer"> <footer class="footer">

View file

@ -31,17 +31,6 @@ a:hover {
margin-bottom: 10px; margin-bottom: 10px;
} }
.contentWrapper > p, ul {
width: 100%;
max-width: 1390px;
margin: 0 auto;
font-size: 16px;
font-weight: 400;
line-height: 22px;
margin-bottom: 10px;
padding: 0 23px;
}
h1 { h1 {
font-size: 60px; font-size: 60px;
font-weight: 800; font-weight: 800;
@ -149,7 +138,6 @@ a.no-underline {
.rentButton:hover { .rentButton:hover {
background-color: var(--themeColor) !important; background-color: var(--themeColor) !important;
/* box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.6); */
filter: brightness(120%); filter: brightness(120%);
} }
@ -158,7 +146,8 @@ a.no-underline {
} }
.button:hover { .button:hover {
background-color: #FFAA48; background-color: var(--themeColor) !important;
filter: brightness(120%);
color: #fff; color: #fff;
text-decoration: none text-decoration: none
} }
@ -295,6 +284,8 @@ html.has-navbar-fixed-top {
max-height: 760px; max-height: 760px;
min-height: 600px; min-height: 600px;
background-position: 70% 0%; background-position: 70% 0%;
width: 100vw;
margin-left: calc(50% - 50vw);
} }
@media (min-width: 1024px) { @media (min-width: 1024px) {
@ -421,7 +412,9 @@ html.has-navbar-fixed-top {
} }
.section.features { .section.features {
background-color: #F6F6F6 background-color: #F6F6F6;
width: 100vw;
margin-left: calc(50% - 50vw);
} }
.section.features .box { .section.features .box {