fix: aspect ratio
This commit is contained in:
parent
0c6518cb1f
commit
973ea2c3e6
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "7.6.1",
|
"version": "7.6.2",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -87,6 +87,7 @@
|
||||||
.media__grid.square img {
|
.media__grid.square img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
aspect-ratio: 1/1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.media__grid.vertical a,
|
.media__grid.vertical a,
|
||||||
|
|
Reference in a new issue