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",
|
"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": {
|
||||||
|
|
|
@ -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);
|
||||||
|
|
Reference in a new issue