chore: drop excess css
This commit is contained in:
parent
c8aabb7c2a
commit
5f841efc3e
2 changed files with 1 additions and 10 deletions
|
@ -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": {
|
||||
|
|
|
@ -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);
|
||||
|
|
Reference in a new issue