update css

This commit is contained in:
wolegca 2019-09-09 18:20:04 +08:00
parent 4130991943
commit cbd7445a0f

View File

@ -29,17 +29,16 @@ body {
} }
.menu-button { .menu-button {
height:50px; height:35px;
width:50px; width:50px;
box-sizing: border-box; box-sizing: border-box;
border:1px solid #ccc;
border-radius: 10% border-radius: 10%
} }
.menu-button span{ .menu-button span{
display:block; display:block;
width:40px; width:40px;
height:10px; height:4px;
margin:5px auto; margin:5px auto;
background-color:#ccc; background-color:#ccc;
border-radius:10% border-radius:10%