From 8f3c054f3bd2781718977f96c79569e46b7faf5d Mon Sep 17 00:00:00 2001 From: axtlos Date: Thu, 31 Jul 2025 21:40:55 +0200 Subject: Add services --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'style.css') diff --git a/style.css b/style.css index 03b239f..39efe47 100644 --- a/style.css +++ b/style.css @@ -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; } -- cgit v1.2.3