diff options
author | axtlos <rose@pinkro.se> | 2025-07-31 21:40:55 +0200 |
---|---|---|
committer | axtlos <rose@pinkro.se> | 2025-07-31 21:40:55 +0200 |
commit | 8f3c054f3bd2781718977f96c79569e46b7faf5d (patch) | |
tree | 5a1eaff172859d535073b62fef75aa092b7424b9 /style.css | |
parent | eaba23d7f519eb2bcd2972b5363c61c2d9d499de (diff) | |
download | website-8f3c054f3bd2781718977f96c79569e46b7faf5d.tar.gz website-8f3c054f3bd2781718977f96c79569e46b7faf5d.tar.bz2 |
Add services
Diffstat (limited to '')
-rw-r--r-- | style.css | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -312,7 +312,7 @@ body { display: none; } -#home-content-info, #home-content-contact, +#home-content-info, #home-content-contact, #home-content-socials, #projects-content-personal, #projects-content-shards, #projects-content-crystal, #projects-content-vanillaos { display: none; @@ -329,7 +329,8 @@ body { } #home-info:checked ~ .window #home-content-info, -#home-contact:checked ~ .window #home-content-contact { +#home-contact:checked ~ .window #home-content-contact, +#home-services:checked ~ .window #home-content-services { display: flex; } |