This commit is contained in:
Chneemann 2024-05-18 20:39:07 +02:00
parent 5b8195a361
commit 0de441ff99
2 changed files with 10 additions and 6 deletions

View file

@ -139,7 +139,7 @@ section {
} }
.badge { .badge {
top: 65px; top: 85px;
right: 120px; right: 120px;
} }
@ -166,14 +166,17 @@ section {
} }
.header { .header {
height: 60px; height: 80px;
align-items: normal;
p { p {
font-size: 28px; font-size: 28px;
padding-bottom: 24px;
} }
img { img {
display: none; display: none;
} }
app-btn-close {
padding-bottom: 24px;
}
} }
} }
@ -183,7 +186,6 @@ section {
} }
.badge { .badge {
top: 65px;
right: 95px; right: 95px;
} }

View file

@ -64,7 +64,8 @@ section {
} }
.contact-formular { .contact-formular {
min-width: 120%; width: 340px;
min-width: 340px;
input { input {
font-size: 18px; font-size: 18px;
margin: 0 0 0 4px; margin: 0 0 0 4px;
@ -74,7 +75,8 @@ section {
@media screen and (max-width: 400px) { @media screen and (max-width: 400px) {
.contact-formular { .contact-formular {
width: fit-content; width: 250px;
min-width: 250px;
input { input {
font-size: 16px; font-size: 16px;
} }