From 33fe421bc829b1cc3f614b7e37852a81a4c50e6e Mon Sep 17 00:00:00 2001 From: zyqunix <117040076+zyqunix@users.noreply.github.com> Date: Mon, 11 Nov 2024 21:44:06 +0000 Subject: [PATCH] Update style.css --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 9ef44b4..4711c7d 100644 --- a/style.css +++ b/style.css @@ -84,6 +84,10 @@ img { color: #f0f0f0; } +#welcome :not(h1) { + margin: 0 0 10px 0; +} + .tools-main { display: flex; flex-wrap: wrap;