[COMMUNITIES] Added top margin so header doesn't obfuscate page contents

This commit is contained in:
Eliseu Amaro 2022-07-25 18:13:23 +01:00
부모 c8cbcf6ed3
커밋 9ce7b433f9
로그인 계정: eliseuamaro
GPG 키 ID: 96DA09D4B97BC2D5
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제

파일 보기

@ -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;