Переглянути джерело

Always show articles metadata below the post

Riccardo Balbo 3 роки тому
батько
коміт
4be2f0adf2
1 змінених файлів з 6 додано та 6 видалено
  1. 6 6
      static/css/style.less

+ 6 - 6
static/css/style.less

@@ -1119,10 +1119,10 @@ section {
                 word-break: break-word;
                 
             }
-            @media @portrait {
+        /*        @media @portrait {*/
                 display: flex;
                 flex-direction: column;
-            }
+             /*   }*/
 
             ul{
             }
@@ -1193,7 +1193,7 @@ section {
                     }
                 }
 
-                @media @portrait {
+          /*     @media @portrait {*/
                     ul li {
                         // make nav in list section more compact
                         margin: 0.1rem;
@@ -1205,12 +1205,12 @@ section {
                         margin-right: 0.4rem;
                         width: auto;
                     }
-                }
+                /*    }*/
 
-                @media @portrait {
+                /*    @media @portrait {*/
                     margin-left: 0;
                     flex-direction: row;
-                }
+                /*}*/
             }
         }
     }