Browse Source

fix: removed some padding from the change ui button

Marcelo Vilas Boas Correa Filho 2 years ago
parent
commit
6a6c130fec
1 changed files with 1 additions and 1 deletions
  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>