This commit is contained in:
Chneemann 2024-05-18 20:25:40 +02:00
parent 264039a306
commit 5b8195a361
3 changed files with 11 additions and 4 deletions

View file

@ -135,7 +135,7 @@ section {
@media screen and (max-width: 600px) { @media screen and (max-width: 600px) {
.dialog { .dialog {
width: 360px; width: 380px;
} }
.badge { .badge {
@ -179,7 +179,7 @@ section {
@media screen and (max-width: 400px) { @media screen and (max-width: 400px) {
.dialog { .dialog {
width: 280px; width: 300px;
} }
.badge { .badge {

View file

@ -46,6 +46,7 @@ section {
display: flex; display: flex;
justify-content: center; justify-content: center;
align-items: center; align-items: center;
width: 100%;
} }
/*------------- RESPONSIVE -------------*/ /*------------- RESPONSIVE -------------*/
@ -66,7 +67,7 @@ section {
min-width: 120%; min-width: 120%;
input { input {
font-size: 18px; font-size: 18px;
margin: 0 12px 0 0; margin: 0 0 0 4px;
} }
} }
} }
@ -85,6 +86,12 @@ section {
} }
} }
.contact-formular {
input {
margin: 0 0 0 1px;
}
}
.btn { .btn {
margin: 0 6px; margin: 0 6px;
} }

View file

@ -197,7 +197,7 @@
display: block; display: block;
} }
.btn { .btn-new {
position: fixed; position: fixed;
bottom: 100px; bottom: 100px;
right: 20px; right: 20px;