This commit is contained in:
biglyderv 2024-11-25 14:12:43 -05:00
parent a881077f7f
commit 481719397c
3 changed files with 141 additions and 0 deletions

View file

@ -92,9 +92,16 @@ form {
display: flex;
width: 100vw;
margin: 0;
font-size: 1.2em;
align-items: center;
}
.header a {
font-weight: bold;
color: white;
}
.header img {
height: 2em;
margin-right: 1em;
}