aboutsummaryrefslogtreecommitdiff
path: root/template
diff options
context:
space:
mode:
authorMitja Felicijan <mitja.felicijan@gmail.com>2021-01-24 10:54:30 +0100
committerMitja Felicijan <mitja.felicijan@gmail.com>2021-01-24 10:54:30 +0100
commit868d4f04124657fd08ca191212e8a4603d145108 (patch)
treefd17bc8eb2992aa2103bc28dafed981ead478b1f /template
parent6f9b42ed5bc703c55069f6b9e9d48e2259f9acfc (diff)
downloadmitjafelicijan.com-868d4f04124657fd08ca191212e8a4603d145108.tar.gz
Fixed line height in pre
Diffstat (limited to 'template')
-rwxr-xr-xtemplate/style.css1
1 files changed, 1 insertions, 0 deletions
diff --git a/template/style.css b/template/style.css
index 72284d9..f1d8ba8 100755
--- a/template/style.css
+++ b/template/style.css
@@ -235,6 +235,7 @@ pre > code {
235 235
236pre { 236pre {
237 font-size: 14px; 237 font-size: 14px;
238 line-height: 1.5em;
238} 239}
239 240
240img, video { 241img, video {