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

improved scroll chevron on smaller screens

This commit is contained in:
Anson 2020-04-30 19:36:10 -07:00
parent b5676962d4
commit 571311990c

View File

@ -54,7 +54,7 @@
--color-bg-secondary: black; --color-bg-secondary: black;
} }
@media screen and (max-width: 700px) { @media screen and (max-width: 400px) {
#scroll-icon { #scroll-icon {
display: none; display: none;
} }
@ -64,7 +64,7 @@
</head> </head>
<body> <body>
<header style="height: 50vh;"> <header style="height: 70vh;">
<nav> <nav>
<ul> <ul>
<li> <li>
@ -93,9 +93,7 @@
</b></a </b></a
> >
</p> </p>
</header> <a href="#scroll" id="scroll-icon" style="padding-top: 10vh;"
<header id="scroll-icon" style="height: 30vh;">
<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>
</header> </header>