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