GDPR - zahtevki poravnava, gumb mobile poravnava levo

This commit is contained in:
Nejc Kovač 2022-06-17 14:12:18 +02:00
parent 38e20f0514
commit d4b9b0ab58

View File

@ -493,8 +493,17 @@ body.gdpr div.zahtevek {
body.gdpr div.zahtevek:last-of-type {
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 {
margin-top: 4px;
padding-top: 4px;
margin-top: 0px;
margin-left: 0px;
margin-right: 2px;
height: 18px;
@ -590,6 +599,7 @@ input[type=button]:hover,
margin-bottom: 70px;
}
.hero-container img {
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) {
footer .footer_content {
flex-direction: column;