Additional code clean up and login page stylizations

This commit is contained in:
Lucas Patenaude
2024-04-10 02:16:31 -06:00
parent dc360425ba
commit 273d5c3d9d
5 changed files with 38 additions and 24 deletions

View File

@@ -31,6 +31,16 @@
font-size: 30px;
}
#user {
width: 25px;
transition: width 0.3s ease; /* Adding transition for smooth effect */
}
#user:hover {
width: 30px;
}
#line {
height: 100%; /* spans the entire height of the navigation bar */
width: 10px;