mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-10 04:30:25 +02:00
Fix min-size header image
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user