Преглед на файлове

fix: removed some padding from the change ui button

Marcelo Vilas Boas Correa Filho преди 3 години
родител
ревизия
6a6c130fec
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>