From 7a7fed58c63463e519a30c6901f83c5394dacd77 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Sun, 15 Oct 2023 23:38:24 +0200 Subject: [PATCH] Add padding between title and cards --- static/css/index.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/css/index.css b/static/css/index.css index 8f5475e..ac60ac0 100644 --- a/static/css/index.css +++ b/static/css/index.css @@ -67,3 +67,7 @@ h1 { #friends a { padding-right: 10px; } + +#friends h1 { + margin-bottom: 18px; +}