From 1e85ffb8aa84d4a106c93fc8dcc4795196890cb0 Mon Sep 17 00:00:00 2001 From: zedpass <52491120+zedpass@users.noreply.github.com> Date: Mon, 20 Jun 2022 14:16:51 +0800 Subject: [PATCH] Update vue.css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改页边距 --- vue.css | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/vue.css b/vue.css index 604e267..fcbb16e 100755 --- a/vue.css +++ b/vue.css @@ -21,10 +21,17 @@ body { overflow-x: hidden; } -#write { - max-width: 860px; +/* #write { + max-width: 914px; margin: 0 auto; padding: 20px 30px 100px; +} */ + +#write { + /* max-width: 914px; */ + margin: 0 auto; + padding: 1rem 4rem; + padding-bottom: 100px; } #write p {