소스 검색

minor style fixes

Riccardo Balbo 2 년 전
부모
커밋
bdd1c4b340
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      static/css/style.less

+ 3 - 1
static/css/style.less

@@ -291,9 +291,10 @@ nav li:before {
         align-items: center;
         flex-direction: row;
         flex-wrap: wrap;
-        justify-content: space-around;
+        justify-content: center;
         margin-right: 0.3rem;
 
+        
       
     }
 
@@ -529,6 +530,7 @@ button.icon {
         min-width:1.8rem;
         text-align: center;
         font-size: 1.2rem;
+        margin:0.2rem;
     }
 
 }