fixes
This commit is contained in:
parent
0e42a9bda0
commit
0f4083458f
4 changed files with 23 additions and 17 deletions
|
|
@ -9,7 +9,7 @@
|
|||
Holz. Die mobile Sauna mit Holzofen für den eigenen Garten oder
|
||||
direkt am See.
|
||||
<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>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
15
files/bulma.css
vendored
15
files/bulma.css
vendored
|
|
@ -3332,11 +3332,24 @@ fieldset[disabled] .button {
|
|||
.hero-body > .container {
|
||||
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) {
|
||||
.container {
|
||||
max-width: 960px
|
||||
max-width: 960px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -150,7 +150,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
<div class="contentWrapper">
|
||||
<div class="container">
|
||||
<?php the_content(); ?>
|
||||
</div>
|
||||
<footer class="footer">
|
||||
|
|
|
|||
21
style.css
21
style.css
|
|
@ -31,17 +31,6 @@ a:hover {
|
|||
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 {
|
||||
font-size: 60px;
|
||||
font-weight: 800;
|
||||
|
|
@ -149,7 +138,6 @@ a.no-underline {
|
|||
|
||||
.rentButton:hover {
|
||||
background-color: var(--themeColor) !important;
|
||||
/* box-shadow: inset 0 0 100px 100px rgba(255, 255, 255, 0.6); */
|
||||
filter: brightness(120%);
|
||||
}
|
||||
|
||||
|
|
@ -158,7 +146,8 @@ a.no-underline {
|
|||
}
|
||||
|
||||
.button:hover {
|
||||
background-color: #FFAA48;
|
||||
background-color: var(--themeColor) !important;
|
||||
filter: brightness(120%);
|
||||
color: #fff;
|
||||
text-decoration: none
|
||||
}
|
||||
|
|
@ -295,6 +284,8 @@ html.has-navbar-fixed-top {
|
|||
max-height: 760px;
|
||||
min-height: 600px;
|
||||
background-position: 70% 0%;
|
||||
width: 100vw;
|
||||
margin-left: calc(50% - 50vw);
|
||||
}
|
||||
|
||||
@media (min-width: 1024px) {
|
||||
|
|
@ -421,7 +412,9 @@ html.has-navbar-fixed-top {
|
|||
}
|
||||
|
||||
.section.features {
|
||||
background-color: #F6F6F6
|
||||
background-color: #F6F6F6;
|
||||
width: 100vw;
|
||||
margin-left: calc(50% - 50vw);
|
||||
}
|
||||
|
||||
.section.features .box {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue