diff options
author | Martin Fischer <martin@push-f.com> | 2021-11-27 09:12:29 +0100 |
---|---|---|
committer | Martin Fischer <martin@push-f.com> | 2021-11-27 12:39:56 +0100 |
commit | 8e672f9593aad4c08cf81d1984366a937665233d (patch) | |
tree | 65130fdbeef6cf81d3f493833fb2d582afb786f9 | |
parent | 395a5f2a1e201ce65e02dbec89af275d14b27824 (diff) |
css: increase code font-size
-rw-r--r-- | style.css | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -5,3 +5,7 @@ body { ul { columns: 300px; } + +code { + font-size: 1.1em; +} |