Changes all images to bmp and updated tests
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user