浏览代码

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>