fix: aspect ratio

This commit is contained in:
Cory Dransfeldt 2024-03-07 11:46:42 -08:00
parent 0c6518cb1f
commit 973ea2c3e6
No known key found for this signature in database
2 changed files with 2 additions and 1 deletions

View file

@ -87,6 +87,7 @@
.media__grid.square img {
width: 100%;
height: 100%;
aspect-ratio: 1/1;
}
.media__grid.vertical a,