This website works better with JavaScript.
Home
Explore
Help
Sign In
GNUsocial
/
gnusocial.rocks
Watch
4
Star
0
Fork
1
Code
Issues
Pull Requests
0
Releases
0
Activity
Browse Source
[COMMUNITIES] Added top margin so header doesn't obfuscate page contents
master
Eliseu Amaro
2 weeks ago
parent
c8cbcf6ed3
commit
9ce7b433f9
Signed by:
eli
<mail@eliseuama.ro>
GPG Key ID:
96DA09D4B97BC2D5
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
assets/css/style.css
+ 4
- 0
assets/css/style.css
View File
@@ -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;
Write
Preview
Loading…
Cancel
Save