assets/css/appscms-feature.css in appscms-tools-theme-4.6.4 vs assets/css/appscms-feature.css in appscms-tools-theme-4.6.5
- old
+ new
@@ -289,11 +289,10 @@
.inforgraphics_section .wrapper {
display: flex;
max-width: 90%;
position: relative;
- align-items: center;
}
.inforgraphics_section .wrapper i {
top: 50%;
height: 44px;
@@ -348,18 +347,16 @@
}
.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 {
@@ -396,19 +393,6 @@
.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;
}