assets/css/appscms-feature.css in appscms-tools-theme-3.8.9 vs assets/css/appscms-feature.css in appscms-tools-theme-3.9.0
- old
+ new
@@ -14,22 +14,19 @@
justify-content: center;
background-color: white;
gap: 10px;
}
.upload-btn {
- padding: 10px;
- cursor: pointer;
-}
-.upload-btn {
text-align: center;
background-color: rgb(29, 22, 232);
color: white;
border-radius: 10px;
width: 195px;
height: 41px;
+ padding: 10px;
+ cursor: pointer;
}
-
.appscms-upload-section {
display: flex;
flex-direction: column;
box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.17);
}
@@ -138,16 +135,10 @@
position: relative;
right: 20px;
top: 2px;
}
-@media (min-width: 768px) {
- .appscms-h1 {
- margin-top: 50px !important;
- }
-}
-
@media (max-width: 768px) {
.upload-btn {
width: 268px;
padding: 15px;
border-radius: 50px;
@@ -376,11 +367,10 @@
font-size: 20px;
}
.inforgraphics_section .wrapper i:first-child {
left: 0;
- /* margin-left: 14px; */
z-index: 99;
}
.inforgraphics_section .wrapper i:last-child {
right: 0;
@@ -393,7 +383,13 @@
}
.slide {
flex: 0 0 100%;
margin-right: 0;
+ }
+}
+
+@media (min-width: 768px) {
+ .appscms-h1 {
+ margin-top: 0px;
}
}