Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zwbetz-gh/cayman-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Long <jlong@github.com>2015-03-30 03:18:16 +0300
committerJason Long <jlong@github.com>2015-03-30 03:18:16 +0300
commit1eba7f923f62848eb32c82e0d2c88af6c4cfabd5 (patch)
treea17781895df9ef2df089d4f35112811b8784bd62
parente224de5dd6fad8b9c09e59000584225c867c6a2b (diff)
Tighten up padding on <pre>s
-rw-r--r--css/cayman.css2
-rw-r--r--scss/cayman.scss2
2 files changed, 2 insertions, 2 deletions
diff --git a/css/cayman.css b/css/cayman.css
index dac726f..412f8e4 100644
--- a/css/cayman.css
+++ b/css/cayman.css
@@ -145,7 +145,7 @@ a {
margin-bottom: 0;
word-break: normal; }
.main-content .highlight pre, .main-content pre {
- padding: 1rem;
+ padding: 0.8rem;
overflow: auto;
font-size: 0.9rem;
line-height: 1.45;
diff --git a/scss/cayman.scss b/scss/cayman.scss
index bd23400..603b97c 100644
--- a/scss/cayman.scss
+++ b/scss/cayman.scss
@@ -206,7 +206,7 @@ a {
.highlight pre,
pre {
- padding: 1rem;
+ padding: 0.8rem;
overflow: auto;
font-size: 0.9rem;
line-height: 1.45;