GDPR p margin 20px

This commit is contained in:
Nejc Kovač 2022-06-17 13:28:47 +02:00
parent 5567b228cd
commit a24bc6d0f0

View File

@ -419,12 +419,15 @@ footer .footer_content .col .logo_holder img.arnes-logo {
.register_holder p { .register_holder p {
font-weight: 400; font-weight: 400;
line-height: 26px; line-height: 26px;
margin: 20px 0px;
} }
.register_holder p a { .register_holder p a {
color: #1e88e5; color: #1e88e5;
} }
body.gdpr div.label { body.gdpr div.label {
display: block; display: block;
line-height: unset; line-height: unset;
@ -642,7 +645,7 @@ input[type=button]:hover,
} }
footer { footer {
padding: 70px 25px 0px 25px; padding: 70px 0px 0px 0px;
} }
footer .footer_content { footer .footer_content {