assets/css/appscms-feature.css in appscms-tools-theme-4.6.3 vs assets/css/appscms-feature.css in appscms-tools-theme-4.6.4

- old
+ new

@@ -289,10 +289,11 @@ .inforgraphics_section .wrapper { display: flex; max-width: 90%; position: relative; + align-items: center; } .inforgraphics_section .wrapper i { top: 50%; height: 44px; @@ -347,16 +348,18 @@ } .slide { flex: 0 0 calc(100% / 3); scroll-snap-align: start; padding: 20px; + display: flex; + align-items: center; + justify-content: center; + flex-direction: column; } .carousel img { - width: 100%; object-fit: contain; - max-width: 100%; height: auto; border-radius: 8px; } .carousel-inner p { @@ -393,6 +396,19 @@ .slide { flex: 0 0 100%; margin-right: 0; } +} + +.modal1-body { + display: flex; + align-items: center; + justify-content: center; + height: 100vh; +} + +.inforgraphics_section #right, +.inforgraphics_section #left { + height: 35px; + width: 200px; }