mirror of
https://github.com/LJ5O/website.git
synced 2026-08-11 14:44:46 +02:00
Scroll arrow is no longer shown on small phones
This commit is contained in:
@@ -111,6 +111,13 @@
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
@media (height < 750px) {
|
||||
#scroll_arrow {
|
||||
display: none;
|
||||
animation-name: none;
|
||||
}
|
||||
}
|
||||
|
||||
#scroll_arrow{
|
||||
position: absolute;
|
||||
left: 50%;
|
||||
|
||||
Reference in New Issue
Block a user