GDPR - zahtevki poravnava, gumb mobile poravnava levo
This commit is contained in:
parent
38e20f0514
commit
d4b9b0ab58
@ -493,8 +493,17 @@ body.gdpr div.zahtevek {
|
|||||||
body.gdpr div.zahtevek:last-of-type {
|
body.gdpr div.zahtevek:last-of-type {
|
||||||
padding-bottom: 0px;
|
padding-bottom: 0px;
|
||||||
}
|
}
|
||||||
|
body.gdpr div.zahtevek label {
|
||||||
|
display: flex;
|
||||||
|
align-items: center;
|
||||||
|
}
|
||||||
|
body.gdpr div.zahtevek label b {
|
||||||
|
margin-right: 3px;
|
||||||
|
}
|
||||||
|
|
||||||
body.gdpr div.zahtevek label input {
|
body.gdpr div.zahtevek label input {
|
||||||
margin-top: 4px;
|
padding-top: 4px;
|
||||||
|
margin-top: 0px;
|
||||||
margin-left: 0px;
|
margin-left: 0px;
|
||||||
margin-right: 2px;
|
margin-right: 2px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
@ -590,6 +599,7 @@ input[type=button]:hover,
|
|||||||
margin-bottom: 70px;
|
margin-bottom: 70px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
.hero-container img {
|
.hero-container img {
|
||||||
max-width: 65%;
|
max-width: 65%;
|
||||||
}
|
}
|
||||||
@ -1008,6 +1018,17 @@ input[type=button]:hover,
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media screen and (max-width: 700px){
|
||||||
|
body #main .main_content input[type=submit],
|
||||||
|
body #main .main_content input[type=button] {
|
||||||
|
display: block;
|
||||||
|
width: 100%;
|
||||||
|
margin: 20px 0px !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@media screen and (max-width: 365px) {
|
@media screen and (max-width: 365px) {
|
||||||
footer .footer_content {
|
footer .footer_content {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user