diff --git a/frontend/simple/css/style.css b/frontend/simple/css/style.css index 09a6a92df..e706b5d8b 100644 --- a/frontend/simple/css/style.css +++ b/frontend/simple/css/style.css @@ -1245,6 +1245,16 @@ footer .footer_content .col3 .social_logo_flex a:first-of-type { margin-right: 20px; } +iframe { + max-width: 304px; + width: unset; +} + +.rc-anchor-normal .rc-anchor-checkbox-label { + max-width: 152px; + width: unset; +} + /* GDPR ZAHTEVEK -------------------------------------- */ body.gdpr { line-height: 20px; diff --git a/resources/sass/frontend_simple/basic/popravki.scss b/resources/sass/frontend_simple/basic/popravki.scss index 599cde792..8b8017c17 100644 --- a/resources/sass/frontend_simple/basic/popravki.scss +++ b/resources/sass/frontend_simple/basic/popravki.scss @@ -281,3 +281,15 @@ footer .footer_content .col3 .social_logo_flex a:first-of-type{ margin-right: 20px; } + + +//CAPTCHA +iframe { + max-width: 304px; + width: unset; +} + +.rc-anchor-normal .rc-anchor-checkbox-label{ + max-width: 152px; + width: unset; +} \ No newline at end of file