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

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "7.6.1",
"version": "7.6.2",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {

View file

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