Fix min-size header image

This commit is contained in:
jeffvli 2023-08-08 07:50:53 -07:00
parent 8338aaf18d
commit 2b6323c396

View file

@ -17,6 +17,11 @@
height: 175px; height: 175px;
} }
.image {
width: 175px !important;
height: 175px;
}
@container (min-width: 600px) { @container (min-width: 600px) {
grid-template-columns: 175px minmax(0, 1fr); grid-template-columns: 175px minmax(0, 1fr);