diff --git a/src/main/ui/static/menu/templates/home.html b/src/main/ui/static/menu/templates/home.html index a1d5923f8..a16f87ba5 100644 --- a/src/main/ui/static/menu/templates/home.html +++ b/src/main/ui/static/menu/templates/home.html @@ -10,9 +10,8 @@ } .box-items { - padding: 30px 1% 15px 1%; - cursor: pointer; - + /*padding: 30px 1% 15px 1%;*/ + /*cursor: pointer;*/ } .box-items img { @@ -59,6 +58,9 @@ padding-top: 1%; padding-bottom: 1%; } + .boxs { + margin: 0 auto; + }
-
-