From f6d79d8e21fa6b74d22ac13656f87a1b71e42c1d Mon Sep 17 00:00:00 2001 From: colorchestra Date: Tue, 4 Aug 2020 01:21:30 +0200 Subject: [PATCH] tiny css change --- static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/css/style.css b/static/css/style.css index 5e8047d..dfc6325 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -2,5 +2,5 @@ html {overflow-y: scroll} body{max-width:800px;margin:40px auto;padding:0 10px;font:14px/1.5 monospace;color:#444}h1,h2,h3{line-height:1.2}@media (prefers-color-scheme: dark){body{color:white;background:#444}a:link{color:#5bf}a:visited{color:#ccf}} code{color: #FFFFFF; background:#000000; padding:2px} pre{color: #FFFFFF; background:#000000; padding:24px; white-space: pre-wrap} -article{padding:20px 0} +article{padding:24px 0} .center {display: block;margin-left: auto;margin-right: auto;width: 100%;}