Add login button to index page which reiterates info about clients

This commit is contained in:
vivlim 2024-09-29 19:26:41 -07:00
commit 2cd5abfdcf
8 changed files with 245 additions and 2 deletions

View file

@ -116,3 +116,9 @@
text-align: center;
}
}
.login {
position: absolute;
top: 2vh;
right: 2vh;
}