mirror of
https://gitlab.com/2-chainz/2-chainz-rest-site.git
synced 2025-06-15 22:56:45 +00:00
was hiding all ion-icons on smaller screens
This commit is contained in:
parent
28dc720543
commit
4c5f76b627
@ -49,7 +49,7 @@
|
||||
}
|
||||
|
||||
@media screen and (max-width: 700px) {
|
||||
ion-icon {
|
||||
#scroll-icon {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
@ -88,7 +88,7 @@
|
||||
>
|
||||
</p>
|
||||
</header>
|
||||
<header style="height: 30vh;">
|
||||
<header id="scroll-icon" style="height: 30vh;">
|
||||
<a href="#scroll"
|
||||
><ion-icon size="large" name="arrow-down-sharp"></ion-icon
|
||||
></a>
|
||||
|
Loading…
x
Reference in New Issue
Block a user