From d4b9b0ab589260f5c47b8d3b304c11cb99f25ac5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nejc=20Kova=C4=8D?= Date: Fri, 17 Jun 2022 14:12:18 +0200 Subject: [PATCH] GDPR - zahtevki poravnava, gumb mobile poravnava levo --- frontend/simple/css/aai.css | 23 ++++++++++++++++++++++- 1 file changed, 22 insertions(+), 1 deletion(-) 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;