added mouse pointer to css, tried changing title to our site name and chaing icon (that didnt work

This commit is contained in:
2024-03-13 17:48:08 -06:00
parent 50c8af92fe
commit df8bcfa2c5
5 changed files with 35 additions and 22 deletions

View File

@ -10,6 +10,10 @@ figure {
height: 10%;
}
header figure {
cursor: pointer;
}
#logo {
height: 5rem;
background-color: white;