Commit 37037e4d by Chao Sun

限制最大宽&最小宽

parent 4f8f1262
...@@ -15,6 +15,9 @@ ...@@ -15,6 +15,9 @@
body { body {
margin: 0; margin: 0;
padding: 0; padding: 0;
min-width: 320px;
max-width: 640px;
margin: 0 auto;
} }
div { div {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment