forked from ag_kommunikation/webseite
fix: Darstellung des Kontaktformulars jetzt auf allen Größen responsive.
This commit is contained in:
parent
c86fa28cf2
commit
e9b1dddff9
@ -1316,6 +1316,35 @@ footer {
|
|||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
padding-top: 0;
|
padding-top: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.contact__box {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact__box h1 {
|
||||||
|
color: var(--wtf-orange);
|
||||||
|
transform: unset;
|
||||||
|
background-image: unset;
|
||||||
|
font-size: 3.5rem;
|
||||||
|
padding: 0 1.5rem;
|
||||||
|
margin-bottom: 1.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact__box h2 {
|
||||||
|
margin-bottom: 1.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact__box .contact_info__box {
|
||||||
|
width: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0 1.5rem;
|
||||||
|
display: flex;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact__box .contact_info__box p {
|
||||||
|
margin-right: 1.5rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 850px) and (min-width: 790px) {
|
@media screen and (max-width: 850px) and (min-width: 790px) {
|
||||||
@ -1498,6 +1527,35 @@ footer {
|
|||||||
.card {
|
.card {
|
||||||
max-width: 250px;
|
max-width: 250px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.contact__box {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact__box h1 {
|
||||||
|
color: var(--wtf-orange);
|
||||||
|
transform: unset;
|
||||||
|
background-image: unset;
|
||||||
|
font-size: 3.5rem;
|
||||||
|
padding: 0 1.5rem;
|
||||||
|
margin-bottom: 1.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact__box h2 {
|
||||||
|
margin-bottom: 1.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact__box .contact_info__box {
|
||||||
|
width: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0 1.5rem;
|
||||||
|
display: flex;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact__box .contact_info__box p {
|
||||||
|
margin-right: 1.5rem;
|
||||||
|
}
|
||||||
/* homepage - end */
|
/* homepage - end */
|
||||||
|
|
||||||
.pod_ctrl_box {
|
.pod_ctrl_box {
|
||||||
@ -1512,19 +1570,19 @@ footer {
|
|||||||
|
|
||||||
/* global styles - start */
|
/* global styles - start */
|
||||||
h1 {
|
h1 {
|
||||||
font-size: 2rem;
|
font-size: 2.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h2 {
|
h2 {
|
||||||
font-size: 1.25rem;
|
font-size: 1.75rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h3 {
|
h3 {
|
||||||
font-size: 1.15rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
h4 {
|
h4 {
|
||||||
font-size: 1.1rem;
|
font-size: 1.25rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* global styles - start */
|
/* global styles - start */
|
||||||
@ -1696,6 +1754,30 @@ footer {
|
|||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
max-width: 450px;
|
max-width: 450px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.contact__box {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact__box h1 {
|
||||||
|
color: var(--wtf-orange);
|
||||||
|
transform: unset;
|
||||||
|
background-image: unset;
|
||||||
|
font-size: 3.5rem;
|
||||||
|
padding: 0 1.5rem;
|
||||||
|
margin-bottom: 1.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact__box h2 {
|
||||||
|
margin-bottom: 1.75rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.contact__box .contact_info__box {
|
||||||
|
width: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0 1.5rem;
|
||||||
|
box-sizing: border-box;
|
||||||
|
}
|
||||||
/* homepage - end */
|
/* homepage - end */
|
||||||
|
|
||||||
/* content - start */
|
/* content - start */
|
||||||
|
Loading…
Reference in New Issue
Block a user