arrow removed from index

This commit is contained in:
nnwhen 2025-05-04 18:32:18 +02:00
parent 02be2cc8fe
commit bee0321b7b
2 changed files with 6 additions and 18 deletions

View file

@ -237,13 +237,6 @@ header {
background-color: var(--accent-2);
}
#arrow img {
position: absolute;
left: 30px;
top: 40px;
width: 250px;
}
/* Socials */
#socials {
display: -webkit-box;
@ -290,6 +283,11 @@ header {
background-color: var(--text-highlight);
}
li#music:not(#here) a {
-webkit-animation: nav-flash 1s ease-in-out 5 alternate;
animation: nav-flash 1s ease-in-out 10 alternate;
}
/* ------------------------------------------------------ */
@media only screen and (max-width: 790px) {
@ -316,14 +314,9 @@ header {
width: 100px;
}
#whitespace,
#arrow {
#whitespace {
display: none;
}
li#music:not(#here) a {
-webkit-animation: nav-flash 1s ease-in-out infinite alternate;
animation: nav-flash 1s ease-in-out infinite alternate;
}
}
/* ---------- ANIMATIONS ---------- */