diff options
Diffstat (limited to 'style.css')
| -rw-r--r-- | style.css | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -26,7 +26,7 @@ body { /* Body text spacing */ body { - line-height: 1.35em; + line-height: 1.4em; } header { @@ -47,9 +47,9 @@ header p { } p { - text-align: justify; + text-align: left; text-justify: inter-word; - margin-bottom: .4em; + margin-bottom: .5em; } a { |