assets/css/blog.css in word-games-theme-0.2.7 vs assets/css/blog.css in word-games-theme-0.2.8
- old
+ new
@@ -250,19 +250,18 @@
/* left-sidebar-social-styling */
.post-content {
font-size: 20px;
}
-.socialIons {
- position: sticky;
- top: 100px;
-}
.socialIons > .item-lists2 {
display: flex;
- flex-direction: column;
+ /* flex-direction: column; */
width: 100%;
}
+.socialIons > .item-lists2 > li:nth-child(1) {
+ margin: 0;
+}
.socialIons > .item-lists2 > li {
list-style: none;
padding: 8px 0px;
margin: 0 auto;
}
@@ -406,10 +405,24 @@
.close:focus {
outline: none !important;
}
/* recent post heading stlye */
+.related_post_heading {
+ width: 100%;
+ font-size: 35px;
+ /* text-align: center; */
+ font-weight: 800;
+ font-stretch: normal;
+ font-style: normal;
+ line-height: 1.24;
+ letter-spacing: normal;
+ color: #11304e;
+ margin-bottom: 15px;
+ padding-top: 75px;
+ display: inline-block;
+}
.recent_post_heading {
width: 100%;
font-size: 46px;
text-align: left;
font-weight: 800;
@@ -424,9 +437,12 @@
}
@media (max-width: 768px) {
.bd-search {
padding: 10px 25px;
+ }
+ .socialIons > .item-lists2 {
+ justify-content: center;
}
}
@media (max-width: 768px) {
.navbar-nav {