bugfixes
This commit is contained in:
parent
264039a306
commit
5b8195a361
3 changed files with 11 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -197,7 +197,7 @@
|
|||
display: block;
|
||||
}
|
||||
|
||||
.btn {
|
||||
.btn-new {
|
||||
position: fixed;
|
||||
bottom: 100px;
|
||||
right: 20px;
|
||||
|
|
|
|||
Loading…
Reference in a new issue