fix: spacing

This commit is contained in:
Cory Dransfeldt 2024-09-11 15:28:49 -07:00
parent b178203a09
commit 77b1c23b7d
No known key found for this signature in database
4 changed files with 11 additions and 3 deletions

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "24.7.19",
"version": "24.7.20",
"description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module",
"scripts": {

View file

@ -8,6 +8,10 @@
}
}
.icon-link + .media-grid {
margin-top: var(--spacing-base);
}
.media-grid {
display: grid;
gap: var(--spacing-sm);

View file

@ -9,6 +9,10 @@ a:active > .watching.hero::after {
border-color: var(--accent-color-hover);
}
.icon-link + .watching.grid {
margin-top: var(--spacing-base);
}
.watching {
& img {
border-radius: var(--border-radius-slight);