diff options
Diffstat (limited to 'static/style.css')
-rw-r--r-- | static/style.css | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/style.css b/static/style.css index cdb334c..7f8b294 100644 --- a/static/style.css +++ b/static/style.css @@ -213,7 +213,8 @@ p:not(:last-child) { }
.entries p {
- line-height: .5;
+ line-height: 1.4;
+ margin-bottom: 1.2rem;
}
pre {
|