From 1c7307d6fab1a69daaba028255a90477f3a4885c Mon Sep 17 00:00:00 2001 From: wolegca <2738076308@qq.com> Date: Thu, 12 Sep 2019 15:44:32 +0800 Subject: [PATCH] add adapt for mobile device --- index.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.css b/index.css index b1469b8..7cac164 100644 --- a/index.css +++ b/index.css @@ -171,7 +171,10 @@ input#menu-control:checked~label.content-mask{ @media screen and (max-width:700px) { input#menu-control:checked+div.menu-container { width: 50%; - left: 0 + } + + div.content-border{ + padding: 50px 5px 25px; } }