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;
|
||||
}
|
||||
|
||||
.image {
|
||||
width: 175px !important;
|
||||
height: 175px;
|
||||
}
|
||||
|
||||
@container (min-width: 600px) {
|
||||
grid-template-columns: 175px minmax(0, 1fr);
|
||||
|
||||
|
|
Reference in a new issue