add adapt for mobile device

This commit is contained in:
wolegca 2019-09-12 15:44:32 +08:00
parent dab8ae6f36
commit 1c7307d6fa

View File

@ -171,7 +171,10 @@ input#menu-control:checked~label.content-mask{
@media screen and (max-width:700px) { @media screen and (max-width:700px) {
input#menu-control:checked+div.menu-container { input#menu-control:checked+div.menu-container {
width: 50%; width: 50%;
left: 0 }
div.content-border{
padding: 50px 5px 25px;
} }
} }