summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMinijackson <minijackson@riseup.net>2020-08-06 09:13:52 +0200
committerMinijackson <minijackson@riseup.net>2020-08-06 09:13:52 +0200
commit82836d3c3655861a2a3ce260beb6009cc4dc47b3 (patch)
tree99021839b2b78f43fe84653fe97950a81e097d58
parent581cdd82a44104901badb249dda0cae2078770ee (diff)
downloadwtf-is-linux-website-82836d3c3655861a2a3ce260beb6009cc4dc47b3.tar.gz
wtf-is-linux-website-82836d3c3655861a2a3ce260beb6009cc4dc47b3.zip
css: adjust line-height of code samples
-rw-r--r--html/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/html/style.css b/html/style.css
index bdb6739..419c901 100644
--- a/html/style.css
+++ b/html/style.css
@@ -191,6 +191,7 @@ pre {
191 overflow: auto; 191 overflow: auto;
192 border-radius: 4px; 192 border-radius: 4px;
193 background: #3b4252; 193 background: #3b4252;
194 line-height: 1.4;
194} 195}
195pre code { 196pre code {
196 font-size: 95%; 197 font-size: 95%;