diff options
Diffstat (limited to 'www/index.css')
-rw-r--r-- | www/index.css | 6 |
1 files changed, 4 insertions, 2 deletions
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; } |