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) {
|
@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 {
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -197,7 +197,7 @@
|
||||||
display: block;
|
display: block;
|
||||||
}
|
}
|
||||||
|
|
||||||
.btn {
|
.btn-new {
|
||||||
position: fixed;
|
position: fixed;
|
||||||
bottom: 100px;
|
bottom: 100px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue