From 9d49e1aa1ebdf00f9aa29dc934344d86dfedf9ab Mon Sep 17 00:00:00 2001 From: Nulo Date: Tue, 12 Oct 2021 19:56:47 -0300 Subject: [PATCH] =?UTF-8?q?Demo:=20darle=20m=C3=A1s=20drip?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/index.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/demo/index.html b/demo/index.html index 3d10c88..1e9b66a 100644 --- a/demo/index.html +++ b/demo/index.html @@ -7,6 +7,17 @@ padding: 0.2em; margin-bottom: 1em; } + + body { + font-family: sans-serif; + max-width: 45rem; + margin: 0 auto; + padding: 1rem; + } + + pre { + overflow-x: auto; + }