Explorar el Código

fix: removed some padding from the change ui button

Marcelo Vilas Boas Correa Filho hace 3 años
padre
commit
6a6c130fec
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      templates/index.html

+ 1 - 1
templates/index.html

@@ -29,7 +29,7 @@
 <body>
 <!-- Change UI -->
 <div class="row">
-    <div class="col-12 p-5 text-center">
+    <div class="col-12 p-3 text-center">
         <div class="btn-group">
             <button type="button" class="btn btn-info" id="enableVisualUI">Interface interativa</button>
             <button type="button" class="btn btn-info" id="enableAccessibleUI">Interface acessível</button>