From 1aff33c074d77de0c641f9fad96e90f32701a059 Mon Sep 17 00:00:00 2001 From: Stephen Enders Date: Sun, 17 Feb 2019 01:03:42 -0500 Subject: WIP Post --- www/index.css | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'www/index.css') diff --git a/www/index.css b/www/index.css index a7a2665..fcaa293 100644 --- a/www/index.css +++ b/www/index.css @@ -30,10 +30,12 @@ html,body { margin: 0; font-family: monospace; } code { font-family: monospace; - background: #eee; - padding: 2px 2px; + background-color: #eee; + padding: 4px 4px; border-radius: 5px 5px; + display: inline-block; } code.inline { display: inline; + padding: 2px 2px; } -- cgit v1.2.3-54-g00ecf