[COMMUNITIES] Added top margin so header doesn't obfuscate page contents
This commit is contained in:
parent
c8cbcf6ed3
commit
9ce7b433f9
@ -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);
|
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 {
|
.button {
|
||||||
background-color: #221e22ee;
|
background-color: #221e22ee;
|
||||||
border-radius: 0.5rem;
|
border-radius: 0.5rem;
|
||||||
|
Loading…
Reference in New Issue
Block a user