Scroll arrow is no longer shown on small phones

This commit is contained in:
2025-05-08 14:25:49 +02:00
parent cff2b4c2bb
commit 4789f58da8

View File

@@ -111,6 +111,13 @@
flex-direction: row;
}
@media (height < 750px) {
#scroll_arrow {
display: none;
animation-name: none;
}
}
#scroll_arrow{
position: absolute;
left: 50%;