From ee363bf8ee93f51006c7510d744a1273c3d66b25 Mon Sep 17 00:00:00 2001 From: "Niels G. W. Serup" Date: Sat, 5 Oct 2024 19:36:17 +0200 Subject: [PATCH] Only have padding in the sides --- style.css | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/style.css b/style.css index 76cab85..42fe9fb 100644 --- a/style.css +++ b/style.css @@ -66,7 +66,9 @@ section { } article { - padding: 10px; + padding: 0 10px; +} + } p.imagetext {