bugfixes
This commit is contained in:
parent
5b8195a361
commit
0de441ff99
2 changed files with 10 additions and 6 deletions
|
|
@ -139,7 +139,7 @@ section {
|
|||
}
|
||||
|
||||
.badge {
|
||||
top: 65px;
|
||||
top: 85px;
|
||||
right: 120px;
|
||||
}
|
||||
|
||||
|
|
@ -166,14 +166,17 @@ section {
|
|||
}
|
||||
|
||||
.header {
|
||||
height: 60px;
|
||||
align-items: normal;
|
||||
height: 80px;
|
||||
p {
|
||||
font-size: 28px;
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
img {
|
||||
display: none;
|
||||
}
|
||||
app-btn-close {
|
||||
padding-bottom: 24px;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -183,7 +186,6 @@ section {
|
|||
}
|
||||
|
||||
.badge {
|
||||
top: 65px;
|
||||
right: 95px;
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -64,7 +64,8 @@ section {
|
|||
}
|
||||
|
||||
.contact-formular {
|
||||
min-width: 120%;
|
||||
width: 340px;
|
||||
min-width: 340px;
|
||||
input {
|
||||
font-size: 18px;
|
||||
margin: 0 0 0 4px;
|
||||
|
|
@ -74,7 +75,8 @@ section {
|
|||
|
||||
@media screen and (max-width: 400px) {
|
||||
.contact-formular {
|
||||
width: fit-content;
|
||||
width: 250px;
|
||||
min-width: 250px;
|
||||
input {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue