diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-24 10:56:29 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2021-01-24 10:56:29 +0100 |
| commit | babaca27fadd1b780d1f154108541e471838cbff (patch) | |
| tree | 48097ea51fce52d50a9ddf8e6a3a8433cba40bb6 /template | |
| parent | 868d4f04124657fd08ca191212e8a4603d145108 (diff) | |
| download | mitjafelicijan.com-babaca27fadd1b780d1f154108541e471838cbff.tar.gz | |
Fixed a size in post list
Diffstat (limited to 'template')
| -rwxr-xr-x | template/style.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/style.css b/template/style.css index f1d8ba8..d8d3076 100755 --- a/template/style.css +++ b/template/style.css | |||
| @@ -172,7 +172,7 @@ blockquote p { | |||
| 172 | 172 | ||
| 173 | .post-list li a h2 { | 173 | .post-list li a h2 { |
| 174 | font-weight: 400; | 174 | font-weight: 400; |
| 175 | font-size: 110%; | 175 | font-size: 100%; |
| 176 | margin: 0; | 176 | margin: 0; |
| 177 | } | 177 | } |
| 178 | 178 | ||
