updated css for mobile view

keep-around/a9cea1b3dd8298cd5b755dfc50d476c9a8758c53
Lukas Schulz 2021-03-24 22:29:26 +01:00
parent b681d7e3f0
commit fae60c50fc
1 changed files with 38 additions and 6 deletions

View File

@ -395,15 +395,17 @@
}
.title_title {
height: 240px;
margin-top: 100px;
height: 300px;
font-size: 50px;
display: flex;
align-items: center;
justify-content: center;
}
.ueberschrift {
font-size: 50px;
height: 60px;
font-size: 45px;
height: 140px;
margin-bottom: 50px;
}
/* Toggle Show/Hide Menu */
@ -422,9 +424,15 @@
p {
margin-left: 15px;
margin-right: 15px;
margin-bottom: 20px;
}
.title {
height: 500px;
height: 600px;
}
.spacing {
margin-top: 10px;
margin-bottom: 10px;
height: 60px ;
}
.prezi iframe{
height: 300px;
@ -435,6 +443,30 @@
.kontakt_items {
height: 900px;
}
.hilfe > h1{
height: 40px;
margin-top: 50px;
}
.hilfe > p {
margin-top: 00px;
}
.hilfe > button {
height: 00px;
margin-bottom: 0px;
}
.handbuch_btn {
margin-top: 00px;
}
.prezi_p {
margin-bottom: 60px;
}
.kontakt > h1 {
height: 40px;
margin-top: 50px;
}
.kontakt > p {
margin-bottom: 80px;
}
}
@ -502,13 +534,13 @@
<div class="embed prezi">
<iframe src="https://prezi.com/view/jfNaZCWSVAgiSeqTVqis/embed" webkitallowfullscreen="1" mozallowfullscreen="1" allowfullscreen="1"></iframe>
</div>
<p>
<p class="prezi_p">
Bei weitergehenden Fragen und Problemen hilft unser Handbuch als eine ausführliche Anleitung weiter.
</p>
<div class="buttons spacing">
<button class="white_btn" onclick="window.location.href='/about/assets/handbuch.pdf';">Handbuch</a>
<button class="white_btn handbuch_btn" onclick="window.location.href='/about/assets/handbuch.pdf';">Handbuch</a>
</div>
</div>