From cbd7445a0f7b12cc34a157eb76093efa78b04e02 Mon Sep 17 00:00:00 2001 From: wolegca <2738076308@qq.com> Date: Mon, 9 Sep 2019 18:20:04 +0800 Subject: [PATCH] update css --- index.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/index.css b/index.css index f375f5f..9b62906 100644 --- a/index.css +++ b/index.css @@ -29,17 +29,16 @@ body { } .menu-button { - height:50px; + height:35px; width:50px; box-sizing: border-box; - border:1px solid #ccc; border-radius: 10% } .menu-button span{ display:block; width:40px; - height:10px; + height:4px; margin:5px auto; background-color:#ccc; border-radius:10%