assets/css/blog.css in word-games-theme-1.5.5 vs assets/css/blog.css in word-games-theme-1.5.6
- old
+ new
@@ -1,31 +1,36 @@
-/**********************************************/
-/***************BLOG-CSS-STYLING *************/
-/********************************************/
-
html {
scroll-behavior: smooth;
font-size: 62.5%;
}
body {
font-family: 'Open Sans', sans-serif !important;
}
+.bars {
+ position: relative;
+ top: 3px;
+ color: #000;
+ font-size: 35px;
+}
+
a {
text-decoration: none !important;
}
img {
width: 100%;
+ height: 100%;
}
.section_post {
margin-top: 100px;
}
/* logo styling */
.logo {
+ height: 50px;
width: 50px;
border-radius: 50%;
}
header {
\ No newline at end of file