chore: drop excess css

This commit is contained in:
Cory Dransfeldt 2024-02-04 13:07:47 -08:00
parent c8aabb7c2a
commit 5f841efc3e
No known key found for this signature in database
2 changed files with 1 additions and 10 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "5.3.11", "version": "5.3.12",
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.", "description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -421,19 +421,10 @@ li {
width: 1.75rem; width: 1.75rem;
} }
.image__placeholder.square,
.image__placeholder.round {
aspect-ratio: 1/1;
}
.image__placeholder.round { .image__placeholder.round {
border-radius: var(--rounded-full); border-radius: var(--rounded-full);
} }
.image__placeholder.vertical {
aspect-ratio: 2/3;
}
/* pages */ /* pages */
.page__header { .page__header {
font-size: var(--font-size-2xl); font-size: var(--font-size-2xl);