Change main and add logo as png

This commit is contained in:
Java-Fish 2023-07-03 15:52:02 +02:00
parent 5e5605524f
commit b283c980d6
3 changed files with 26 additions and 13 deletions

View file

@ -1,3 +1,25 @@
h1 {
margin-bottom: 2rem;
color: #0068b4;
font-weight: bold;
}
.logowvh {
display: block;
margin-left: auto;
margin-right: auto;
max-height: 15rem;
aspect-ratio: 1/1;
margin-top: 2rem;
margin-bottom: 2rem;
}
#loginMain{
color: #0068b4;
font-weight: bold;
font-size: 1.5rem;
text-decoration: none;
}
.rounded-pill {
margin-left: 5px;
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 310 KiB