diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-03-29 12:17:44 +0200 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-03-29 12:17:44 +0200 |
| commit | 00d5f2cf52794bc59cfa5ba4f47e29a1827b0cea (patch) | |
| tree | a7c5f5084178d56b64b11c4e7c4f7ab275bc2632 /static | |
| parent | f3449ec566992eca7a5fd0d6a77965a32e8d1e03 (diff) | |
| download | mitjafelicijan.com-00d5f2cf52794bc59cfa5ba4f47e29a1827b0cea.tar.gz | |
Fixed font to 16px
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/style.css b/static/style.css index 135ad4b..8d96a37 100644 --- a/static/style.css +++ b/static/style.css | |||
| @@ -6,6 +6,7 @@ body { | |||
| 6 | line-height: 150%; | 6 | line-height: 150%; |
| 7 | margin-bottom: 100px; | 7 | margin-bottom: 100px; |
| 8 | font-family: serif; | 8 | font-family: serif; |
| 9 | font-size: 16px; | ||
| 9 | } | 10 | } |
| 10 | 11 | ||
| 11 | main { | 12 | main { |
