Add auth links to homepage for unregistered users

This commit is contained in:
Robert Long
2021-12-13 11:55:10 -08:00
parent d007dfda0c
commit 9d029e9847
4 changed files with 81 additions and 18 deletions

View File

@@ -111,6 +111,24 @@
margin-top: 0;
}
.authLinks {
display: flex;
flex-direction: column;
justify-content: flex-end;
align-items: center;
}
.authLinks {
margin-bottom: 100px;
font-size: 15px;
}
.authLinks a {
color: #0dbd8b;
font-weight: normal;
text-decoration: none;
}
@media (min-width: 800px) {
.left {
background-color: var(--bgColor2);