From 75d95625a9917f649598441eb8c914aad365c9e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laure=CE=B7t?= Date: Wed, 18 Sep 2024 17:55:31 +0200 Subject: [PATCH] fix p margin --- src/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/style.css b/src/style.css index 87efcb2..511672f 100644 --- a/src/style.css +++ b/src/style.css @@ -21,7 +21,7 @@ body { } p { - line-height: 0.7; + margin-top: 0; } .center {