mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Fix min-size header image
This commit is contained in:
@@ -17,6 +17,11 @@
|
||||
height: 175px;
|
||||
}
|
||||
|
||||
.image {
|
||||
width: 175px !important;
|
||||
height: 175px;
|
||||
}
|
||||
|
||||
@container (min-width: 600px) {
|
||||
grid-template-columns: 175px minmax(0, 1fr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user