auth links

This commit is contained in:
Karol Wypchlo 2020-12-14 16:25:35 +01:00
parent 1152ff8bfb
commit 4e78eb27e6
2 changed files with 18 additions and 0 deletions

View File

@ -15,6 +15,16 @@ export default function HomeTop() {
The decentralized CDN and file sharing platform for devs. Skynet is the storage foundation for a Free Internet!
</p>
<p className="auth-links">
<a href="/secure/auth/registration" className="link">
Sign up now!
</a>{" "}
Already have an account?{" "}
<a href="/secure/auth/login" className="link">
Log in!
</a>
</p>
<Deco1 className="deco-1" />
<Deco2 className="deco-2" />
</div>

View File

@ -36,10 +36,18 @@
max-width: 560px;
margin: 0 auto;
&.auth-links {
font-size: 18px;
}
@media (min-width: $largebp) {
font-size: 24px;
max-width: 670px;
}
& + p {
margin-top: 24px;
}
}
}