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) {
.dialog {
width: 360px;
width: 380px;
}
.badge {
@ -179,7 +179,7 @@ section {
@media screen and (max-width: 400px) {
.dialog {
width: 280px;
width: 300px;
}
.badge {

View file

@ -46,6 +46,7 @@ section {
display: flex;
justify-content: center;
align-items: center;
width: 100%;
}
/*------------- RESPONSIVE -------------*/
@ -66,7 +67,7 @@ section {
min-width: 120%;
input {
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 {
margin: 0 6px;
}

View file

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