diff --git a/frontend/simple/css/aai.css b/frontend/simple/css/aai.css index 203793c08..2f685bd36 100644 --- a/frontend/simple/css/aai.css +++ b/frontend/simple/css/aai.css @@ -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;