From a5ea76a064bf82a64f01c10ce9f65f80b6ad02e8 Mon Sep 17 00:00:00 2001 From: tymoteuszjozwiak Date: Fri, 14 Apr 2023 15:06:36 +0200 Subject: [PATCH] add padding to share section --- css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/css/style.css b/css/style.css index d820fcc..c79390a 100644 --- a/css/style.css +++ b/css/style.css @@ -282,6 +282,10 @@ article, text-align: left; } +.share { + padding: 1%; +} + .meta { font-size: 0.9em; margin-bottom: 3%;