1
0
mirror of https://gitlab.com/2-chainz/2-chainz-rest-site.git synced 2025-06-16 15:17:24 +00:00

was hiding all ion-icons on smaller screens

This commit is contained in:
Anson 2020-04-07 15:09:03 -07:00
parent 28dc720543
commit 4c5f76b627

View File

@ -49,7 +49,7 @@
} }
@media screen and (max-width: 700px) { @media screen and (max-width: 700px) {
ion-icon { #scroll-icon {
display: none; display: none;
} }
} }
@ -88,7 +88,7 @@
> >
</p> </p>
</header> </header>
<header style="height: 30vh;"> <header id="scroll-icon" style="height: 30vh;">
<a href="#scroll" <a href="#scroll"
><ion-icon size="large" name="arrow-down-sharp"></ion-icon ><ion-icon size="large" name="arrow-down-sharp"></ion-icon
></a> ></a>