SyuanYu пре 2 година
родитељ
комит
766b45b11d

+ 9 - 4
themes/hugo-universal-theme-master/static/css/style.bhouse.css

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

Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
themes/hugo-universal-theme-master/static/css/style.bhouse.css.map


+ 10 - 4
themes/hugo-universal-theme-master/static/css/style.bhouse.scss

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

Неке датотеке нису приказане због велике количине промена