fix: spacing
This commit is contained in:
parent
b178203a09
commit
77b1c23b7d
4 changed files with 11 additions and 3 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -8,6 +8,10 @@
|
|||
}
|
||||
}
|
||||
|
||||
.icon-link + .media-grid {
|
||||
margin-top: var(--spacing-base);
|
||||
}
|
||||
|
||||
.media-grid {
|
||||
display: grid;
|
||||
gap: var(--spacing-sm);
|
||||
|
|
|
@ -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);
|
||||
|
|
Reference in a new issue