|
@@ -1756,6 +1756,7 @@ img {
|
|
margin: 25px 0;
|
|
margin: 25px 0;
|
|
padding-bottom: 50px;
|
|
padding-bottom: 50px;
|
|
border-bottom: 1px solid var(--dark-gray);
|
|
border-bottom: 1px solid var(--dark-gray);
|
|
|
|
+ align-items: center;
|
|
}
|
|
}
|
|
|
|
|
|
.blog-categories .article .article-item h4 {
|
|
.blog-categories .article .article-item h4 {
|
|
@@ -1769,6 +1770,14 @@ img {
|
|
opacity: 0.8;
|
|
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 h4,
|
|
// .blog-categories .article .article-item h4,
|
|
// .blog-categories .article .article-item p {
|
|
// .blog-categories .article .article-item p {
|
|
// font-weight: bold;
|
|
// font-weight: bold;
|