diff options
author | Ashelyn Rose <git@ashen.earth> | 2024-09-02 01:50:33 -0600 |
---|---|---|
committer | Ashelyn Rose <git@ashen.earth> | 2024-09-02 01:50:33 -0600 |
commit | bdc6fe0c1fdbb2d4462d142c6462150dd8394136 (patch) | |
tree | 7a2668544b46887e7ddbe95ae8db99ec794dae69 /styles | |
parent | 79ffd7e2c052bcdc0cc7df93a06306efd9817139 (diff) |
Add ghost and remove first name
Diffstat (limited to 'styles')
-rw-r--r-- | styles/about.module.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/styles/about.module.css b/styles/about.module.css index 981b519..759fe90 100644 --- a/styles/about.module.css +++ b/styles/about.module.css @@ -136,6 +136,10 @@ margin: 0; } +.member.lower + .member.lower { + margin-top: 16px; +} + .member.lower h2 { margin-top: 8px; grid-row: 1; |