Procházet zdrojové kódy

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

jamesread před 2 roky
rodič
revize
15d332012f
1 změnil soubory, kde provedl 1 přidání a 0 odebrání
  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;
 }