Tweak max-height of square primary images
This commit is contained in:
parent
f0792e940b
commit
900ae8dde3
2 changed files with 7 additions and 0 deletions
|
@ -261,6 +261,10 @@
|
|||
max-height: 50vh;
|
||||
}
|
||||
|
||||
.primaryImageWrapper > img.aspect-square {
|
||||
max-height: 45vh;
|
||||
}
|
||||
|
||||
.layout-mobile .primaryImageWrapper {
|
||||
display: block;
|
||||
flex: 1 0 auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue