remove unnecessary commented out code
This commit is contained in:
parent
ab32b85150
commit
c6ac8f1836
1 changed files with 0 additions and 14 deletions
14
bundle.css
14
bundle.css
|
|
@ -79,19 +79,6 @@ header {
|
||||||
background-color: var(--accent2);
|
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 {
|
h1 {
|
||||||
text-orientation: mixed;
|
text-orientation: mixed;
|
||||||
writing-mode: vertical-lr;
|
writing-mode: vertical-lr;
|
||||||
|
|
@ -119,7 +106,6 @@ header {
|
||||||
#wave-text * {
|
#wave-text * {
|
||||||
animation: wave 3s infinite;
|
animation: wave 3s infinite;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue