fix: aspect ratio
This commit is contained in:
parent
0c6518cb1f
commit
973ea2c3e6
2 changed files with 2 additions and 1 deletions
|
@ -87,6 +87,7 @@
|
|||
.media__grid.square img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
aspect-ratio: 1/1;
|
||||
}
|
||||
|
||||
.media__grid.vertical a,
|
||||
|
|
Reference in a new issue