diff options
Diffstat (limited to 'style.css')
-rw-r--r-- | style.css | 15 |
1 files changed, 5 insertions, 10 deletions
@@ -102,11 +102,6 @@ body { align-items: center; } -.bottom-bar a img { - width: 88px; - height: 31px; -} - .bottom-bar a .square { width: 95%; height: 95%; @@ -216,7 +211,6 @@ body { left: 50%; } - .window#home-window { width: 40%; height: 65%; @@ -295,10 +289,10 @@ body { user-select: text; } -.window .content img { +/*.window .content img { width: 90%; max-width: 400px; -} +}*/ .workspace { position: relative; @@ -312,7 +306,7 @@ body { display: none; } -#home-content-info, #home-content-contact, #home-content-services, +#home-content-info, #home-content-contact, #home-content-services, #home-content-about, #projects-content-personal, #projects-content-shards, #projects-content-crystal, #projects-content-vanillaos { display: none; @@ -330,7 +324,8 @@ body { #home-info:checked ~ .window #home-content-info, #home-contact:checked ~ .window #home-content-contact, -#home-services:checked ~ .window #home-content-services { +#home-services:checked ~ .window #home-content-services, +#home-about:checked ~ .window #home-content-about { display: flex; } |