diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-12-27 14:56:13 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-12-27 14:56:13 +0400 |
commit | e4e84246ad94df4a65c9087bb2b1efe0862372a9 (patch) | |
tree | 60ec2752cff09c1f59c4aef26072221b7898434e /style.css | |
parent | 3c4f85b983e7930122907ca4df619849064e81c3 (diff) |
paragraph padding and margin are set to zero
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,8 @@ body { } p { - margin-bottom: -0.5em; + padding: 0em; + margin: 0em; font-size: 1.3em; } |