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