remove unnecessary commented out code

This commit is contained in:
Nico 2025-09-03 20:27:22 +10:00
parent ab32b85150
commit c6ac8f1836
Signed by: nico
SSH key fingerprint: SHA256:XuacYOrGqRxC3jVFjfLROn1CSvLz85Dec6N7O9Gwu/0

View file

@ -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;
}
}