From 049f4b43ff92294c0d740135085bf018fb69ae55 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 20 May 2017 23:32:43 +0100 Subject: [PATCH] Fix code tag padding inline --- static/src/scss/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/src/scss/style.scss b/static/src/scss/style.scss index 2ba3a4c..2a23048 100644 --- a/static/src/scss/style.scss +++ b/static/src/scss/style.scss @@ -31,6 +31,10 @@ pre code { padding: 0; } +code { + padding: 0.25em; +} + .image { background-repeat: no-repeat; background-position: center;