mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-02 02:43:33 +00:00
Fix min-size header image
This commit is contained in:
parent
8338aaf18d
commit
2b6323c396
1 changed files with 5 additions and 0 deletions
|
|
@ -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);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue