updated css for mobile view
This commit is contained in:
parent
b681d7e3f0
commit
fae60c50fc
1 changed files with 38 additions and 6 deletions
44
index.html
44
index.html
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue