|
@@ -1683,6 +1683,9 @@ img {
|
|
|
margin: 25px 0;
|
|
|
padding-bottom: 50px;
|
|
|
border-bottom: 1px solid var(--dark-gray);
|
|
|
+ -webkit-box-align: center;
|
|
|
+ -ms-flex-align: center;
|
|
|
+ align-items: center;
|
|
|
}
|
|
|
|
|
|
.blog-categories .article .article-item h4 {
|
|
@@ -1696,6 +1699,14 @@ img {
|
|
|
opacity: 0.8;
|
|
|
}
|
|
|
|
|
|
+.blog-categories .article .article-item .description {
|
|
|
+ color: var(--dark-color);
|
|
|
+}
|
|
|
+
|
|
|
+.blog-categories .article .article-item .description:hover {
|
|
|
+ opacity: .8;
|
|
|
+}
|
|
|
+
|
|
|
.blog-categories .article .article-item img {
|
|
|
width: 240px;
|
|
|
height: auto;
|