From c6ac8f1836b1c54b5e770988bbd13a85a547fc0f Mon Sep 17 00:00:00 2001 From: Nico Date: Wed, 3 Sep 2025 20:27:22 +1000 Subject: [PATCH] remove unnecessary commented out code --- bundle.css | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/bundle.css b/bundle.css index 394dedc..1e1f2f0 100644 --- a/bundle.css +++ b/bundle.css @@ -79,19 +79,6 @@ header { background-color: var(--accent2); } -/* h1 { - border-radius: var(--rounding); - background-color: var(--accent2); - - position: absolute; - left: 0px; - margin: auto; - font-size: 8em; - height: fit-content; - width: fit-content; - box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset; - }*/ - h1 { text-orientation: mixed; writing-mode: vertical-lr; @@ -119,7 +106,6 @@ header { #wave-text * { animation: wave 3s infinite; display: inline-block; - } }