Changes all images to bmp and updated tests

This commit is contained in:
2024-01-29 22:35:46 +00:00
parent d6d9a1479e
commit fa76e11f83
7 changed files with 22 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 8.3 KiB

BIN
static/assets/img/cart.bmp Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 977 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.0 MiB

View File

@ -86,11 +86,22 @@ nav form {
top: -2rem;
}
.vert-align {
display: flex;
align-items: center;
gap: 1rem;
}
#logo {
width: 8rem;
width: 10rem;
height: auto;
}
#cart {
height: 4rem;
width: auto;
}
*::-webkit-scrollbar,
*::-webkit-scrollbar-thumb {
width: 26px;