Procházet zdrojové kódy

fix: removed some padding from the change ui button

Marcelo Vilas Boas Correa Filho před 3 roky
rodič
revize
6a6c130fec
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>