assets/css/wordgames-result.css in word-games-theme-3.1.6 vs assets/css/wordgames-result.css in word-games-theme-3.1.7
- old
+ new
@@ -444,12 +444,12 @@
color: #ff0000 !important;
}
.points {
position: relative;
- top: 4px;
- font-size: 12px;
+ top: 4px;
+ font-size: 12px;
color: #73716e;
font-weight: 600;
}
.errorMsg {
@@ -463,10 +463,16 @@
/* close */
@media (max-width: 768px) {
+ .sort-select,
+ #select_dropDown,
+ .length-select {
+ width: 170px;
+ }
+
/* result page navbar, closebtn, heading css for mobile */
.allGroupWords,
.allGroupWords>.wordListHeading {
border-radius: 0px;
border: none;
@@ -571,8 +577,9 @@
padding-bottom: 50px;
}
.wordCount {
font-size: 1.3rem;
+ text-align: center;
}
}
\ No newline at end of file