alexlcdee пре 8 година
родитељ
комит
2667c26797

+ 3 - 3
src/files/css/main.css

@@ -7247,7 +7247,6 @@ header .menu-mobile ul li a:hover {
   overflow: hidden; }
 
 .content-right .news {
-  display: inline-block;
   margin-top: 25px;
   padding-left: 15px; }
 
@@ -9038,9 +9037,10 @@ img {
   border: 1px solid #ebebeb;
   display: flex;
   flex-direction: column;
-  flex-grow: 1;
-  flex-shrink: 1;
+  flex-grow: 0;
+  flex-shrink: 0;
   flex-basis: 0;
+  min-width: 200px;
   justify-content: space-between;
   color: #000000;
   text-decoration: none;

Разлика између датотеке није приказан због своје велике величине
+ 0 - 0
src/files/css/main.css.map


+ 0 - 1
src/files/scss/_base-style.scss

@@ -810,7 +810,6 @@ header .menu-mobile ul li a:hover {
 }
 
 .content-right .news {
-    display: inline-block;
     margin-top: 25px;
     padding-left: 15px;
 }

+ 3 - 2
src/files/scss/_specials.scss

@@ -27,9 +27,10 @@
         border: 1px solid #ebebeb;
         display: flex;
         flex-direction: column;
-        flex-grow: 1;
-        flex-shrink: 1;
+        flex-grow: 0;
+        flex-shrink: 0;
         flex-basis: 0;
+        min-width: 200px;
         justify-content: space-between;
         color: #000000;
         text-decoration: none;

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