fix: aspect ratio

This commit is contained in:
Cory Dransfeldt 2024-06-29 19:36:22 -07:00
parent e1520d2cd2
commit f0246e000b
No known key found for this signature in database
3 changed files with 6 additions and 8 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "19.7.1",
"version": "19.7.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "19.7.1",
"version": "19.7.2",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.4.0",

View file

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

View file

@ -9,6 +9,9 @@
}
& img {
max-width: calc(var(--sizing-3xl) * 4);
height: auto;
aspect-ratio: var(--aspect-ratio-vertical);
transition-property: border-color;
transition-timing-function: var(--transition-ease-in-out);
transition-duration: 300ms;
@ -24,11 +27,6 @@
border-color: var(--accent-color-hover)
}
& img {
max-width: calc(var(--sizing-3xl) * 4);
height: auto;
}
& .book-meta {
align-items: center;