diff --git a/src/QUI/Bricks/Controls/TextAndImage.css b/src/QUI/Bricks/Controls/TextAndImage.css index 39eae01b449981a3a0fd51e8fa8d31d9ab4cecd5..0adc397ef9896eab73a9fd48edb672cf649e99ea 100644 --- a/src/QUI/Bricks/Controls/TextAndImage.css +++ b/src/QUI/Bricks/Controls/TextAndImage.css @@ -28,7 +28,7 @@ left: 50%; top: 50%; transform: translate(-50%, -35%); - font-size: 5rem; + font-size: 4rem; color: #fff; pointer-events: none; opacity: 0; @@ -44,7 +44,7 @@ .quiqqer-textImage-image__imageZoom img { display: block; cursor: zoom-in !important; - transition: 0.3s filter ease, 0.3s clip-path ease; + transition: 0.3s filter ease; } .quiqqer-textImage-image__imageZoom picture:hover img {