From e98a21f7bd57b61b913e370a90f0a7097adfc68b Mon Sep 17 00:00:00 2001 From: Samuel Ryan Date: Sat, 7 Nov 2015 05:24:05 +0000 Subject: [PATCH] Emphasise the first paragraph on a codes page, as the "simple" introduction to the code --- contents/style.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/contents/style.scss b/contents/style.scss index a9de3d8..df9ab43 100644 --- a/contents/style.scss +++ b/contents/style.scss @@ -95,6 +95,10 @@ code { .code { margin: 25px auto; + p:first-of-type { + font-size: 16px; + } + h1 { font-family: 'Source Code Pro'; letter-spacing: 0.5px;