assets/css/home.css in word-games-theme-0.8.9 vs assets/css/home.css in word-games-theme-0.9.0
- old
+ new
@@ -10,11 +10,11 @@
background-size: cover;
margin-bottom: 20vh;
}
.pageHeading {
margin-bottom: 0.8rem;
- padding-top: 1.5rem;
+ /* padding-top: 1.5rem; */
}
.pageHeading > h1 {
font-size: 30px;
}
.table {
@@ -296,12 +296,11 @@
@media (max-width: 768px) {
.pageHeaderBg{
height: 300px;
}
.pageHeading{
- margin-bottom: 0.8rem;
- /* padding: 0; */
+ margin-bottom: 1rem;
}
.pageHeading > h2{
font-size: 1.4rem;
}
.wrapper_dropDown {
@@ -325,9 +324,15 @@
width: 30%;
right: 40px;
padding: 9.5px 0;
border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
+}
+@media (max-width:400px) {
+ .pageHeading{
+ padding-left: 25px;
+ }
+
}
@media (max-width: 768px) {
#select_dropDown {
bottom: 0;
position: fixed;