From 9ce7b433f9a2081ad5ae02b7d754c3771c541613 Mon Sep 17 00:00:00 2001 From: Eliseu Amaro Date: Mon, 25 Jul 2022 18:13:23 +0100 Subject: [PATCH] [COMMUNITIES] Added top margin so header doesn't obfuscate page contents --- assets/css/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index caa6c85..0a477fa 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -104,6 +104,10 @@ header * { box-shadow: inset 0 1px 1px hsl(0deg 0% 0% / 0.075), inset 0 2px 2px hsl(0deg 0% 0% / 0.075), inset 0 4px 4px hsl(0deg 0% 0% / 0.075), inset 0 8px 8px hsl(0deg 0% 0% / 0.075), inset 0 16px 16px hsl(0deg 0% 0% / 0.075); } +.splash-container { + margin-top: 3rem; +} + .button { background-color: #221e22ee; border-radius: 0.5rem;