소스 검색

feature: Buttons are now fixed-width, so align to center

jamesread 2 년 전
부모
커밋
15d332012f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      webui/style.css

+ 1 - 0
webui/style.css

@@ -21,6 +21,7 @@ fieldset {
   grid-gap: 1em;
   padding: 0;
   text-align: center;
+  justify-content: center;
   border: 0;
 }