|
@@ -73,7 +73,7 @@ img {
|
|
|
|
|
|
.bhouseweb_loc_line {
|
|
.bhouseweb_loc_line {
|
|
background: grey;
|
|
background: grey;
|
|
- height: 1px;
|
|
|
|
|
|
+ height: 0.01rem !important;
|
|
opacity: 1 !important;
|
|
opacity: 1 !important;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -861,8 +861,7 @@ img {
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
|
|
|
|
-.readMore,
|
|
|
|
-.article_readMore {
|
|
|
|
|
|
+.readMore {
|
|
margin-top: 30px;
|
|
margin-top: 30px;
|
|
}
|
|
}
|
|
|
|
|
|
@@ -2730,20 +2729,26 @@ img {
|
|
opacity: 0.8;
|
|
opacity: 0.8;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+.blog-categories .article .article-item:last-child {
|
|
|
|
+ border: none;
|
|
|
|
+}
|
|
|
|
+
|
|
.blog-categories .article .article-item img {
|
|
.blog-categories .article .article-item img {
|
|
width: 240px;
|
|
width: 240px;
|
|
height: auto;
|
|
height: auto;
|
|
margin-right: 35px;
|
|
margin-right: 35px;
|
|
}
|
|
}
|
|
|
|
|
|
-.blog-categories .article .nav-link {
|
|
|
|
|
|
+.blog-categories .nav-link {
|
|
padding: 0;
|
|
padding: 0;
|
|
margin-bottom: 50px;
|
|
margin-bottom: 50px;
|
|
|
|
+ padding-top: 50px;
|
|
text-align: center;
|
|
text-align: center;
|
|
font-weight: bold;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
font-size: 14px;
|
|
letter-spacing: 1px;
|
|
letter-spacing: 1px;
|
|
color: var(--dark-color);
|
|
color: var(--dark-color);
|
|
|
|
+ border-top: 1px solid var(--dark-gray);
|
|
}
|
|
}
|
|
|
|
|
|
@media (max-width: 991px) {
|
|
@media (max-width: 991px) {
|