Explorar el Código

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

jamesread hace 2 años
padre
commit
15d332012f
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;
 }