remove scale effect of content

This commit is contained in:
wolegca 2019-09-12 19:04:10 +08:00
parent b36423ff5f
commit 084e941127

View File

@ -28,7 +28,7 @@ div.menu-container {
width: 0; width: 0;
box-sizing: border-box; box-sizing: border-box;
padding-top: 50px; padding-top: 50px;
transition: all .5s ease; transition: all .35s ease;
overflow: hidden; overflow: hidden;
background-color: rgba(0, 0, 0, 0.8); background-color: rgba(0, 0, 0, 0.8);
z-index: 1; z-index: 1;
@ -204,9 +204,9 @@ input#menu-control:checked~label.content-mask {
margin-right: auto margin-right: auto
} }
div.content:hover { /* div.content:hover {
transform: scale(1.01) transform: scale(1.01)
} } */
} }
* { * {