diff options
author | Minijackson <minijackson@riseup.net> | 2020-08-06 09:13:52 +0200 |
---|---|---|
committer | Minijackson <minijackson@riseup.net> | 2020-08-06 09:13:52 +0200 |
commit | 82836d3c3655861a2a3ce260beb6009cc4dc47b3 (patch) | |
tree | 99021839b2b78f43fe84653fe97950a81e097d58 /html | |
parent | 581cdd82a44104901badb249dda0cae2078770ee (diff) | |
download | wtf-is-linux-website-82836d3c3655861a2a3ce260beb6009cc4dc47b3.tar.gz wtf-is-linux-website-82836d3c3655861a2a3ce260beb6009cc4dc47b3.zip |
css: adjust line-height of code samples
Diffstat (limited to 'html')
-rw-r--r-- | html/style.css | 1 |
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 | } |
195 | pre code { | 196 | pre code { |
196 | font-size: 95%; | 197 | font-size: 95%; |