summaryrefslogtreecommitdiff
path: root/style.css
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-12-27 14:56:13 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-12-27 14:56:13 +0400
commite4e84246ad94df4a65c9087bb2b1efe0862372a9 (patch)
tree60ec2752cff09c1f59c4aef26072221b7898434e /style.css
parent3c4f85b983e7930122907ca4df619849064e81c3 (diff)
paragraph padding and margin are set to zero
Diffstat (limited to 'style.css')
-rw-r--r--style.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/style.css b/style.css
index fa7019e..d507bbc 100644
--- a/style.css
+++ b/style.css
@@ -11,7 +11,8 @@ body {
}
p {
- margin-bottom: -0.5em;
+ padding: 0em;
+ margin: 0em;
font-size: 1.3em;
}