X-Git-Url: https://git.danieliu.xyz/?p=pinopress.git;a=blobdiff_plain;f=build%2Fstylesheets%2Froot.css;fp=build%2Fstylesheets%2Froot.css;h=cca2a040fac9e45a57e1817fde2476ad35c70fff;hp=18ad2b0819dd13d6c5b7a83ce6e0d16eb5ca9d3c;hb=9ee898ef29fb76b04a2236ea8d7749ad6d962229;hpb=2c2e491fc65d159d57de6121776b2b0424588a29 diff --git a/build/stylesheets/root.css b/build/stylesheets/root.css index 18ad2b0..cca2a04 100644 --- a/build/stylesheets/root.css +++ b/build/stylesheets/root.css @@ -51,7 +51,7 @@ body { height: 100%; margin: 0; - padding: 2rem; + padding: 0; } h1, h2, h3, h4, h5, h6 { @@ -85,3 +85,8 @@ code { background-color: var(--bg-light); } +.article-container { + margin: 0 auto; + width: clamp(40ch, 50%, 80ch); +} +