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",
"version": "5.3.11",
"version": "5.3.12",
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
"type": "module",
"scripts": {

View file

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