diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-24 10:54:30 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-24 10:54:30 +0100 |
| commit | 868d4f04124657fd08ca191212e8a4603d145108 (patch) | |
| tree | fd17bc8eb2992aa2103bc28dafed981ead478b1f | |
| parent | 6f9b42ed5bc703c55069f6b9e9d48e2259f9acfc (diff) | |
| download | mitjafelicijan.com-868d4f04124657fd08ca191212e8a4603d145108.tar.gz | |
Fixed line height in pre
| -rwxr-xr-x | template/style.css | 1 |
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 | ||
| 236 | pre { | 236 | pre { |
| 237 | font-size: 14px; | 237 | font-size: 14px; |
| 238 | line-height: 1.5em; | ||
| 238 | } | 239 | } |
| 239 | 240 | ||
| 240 | img, video { | 241 | img, video { |
