fix: spacing
This commit is contained in:
parent
00e071563e
commit
f295537958
4 changed files with 7 additions and 7 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "1.7.0",
|
"version": "1.7.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "1.7.0",
|
"version": "1.7.1",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.5.0",
|
"@cdransf/api-text": "^1.5.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "1.7.0",
|
"version": "1.7.1",
|
||||||
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
"description": "The source for my personal site. Built using 11ty (and other tools).",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"engines": {
|
"engines": {
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
.mastodon-post-wrapper {
|
.mastodon-post-wrapper {
|
||||||
|
margin-bottom: var(--spacing-base);
|
||||||
|
|
||||||
& dl,
|
& dl,
|
||||||
dt {
|
dt {
|
||||||
display: flex;
|
display: flex;
|
||||||
|
@ -15,4 +17,4 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -34,9 +34,7 @@ article {
|
||||||
|
|
||||||
p + .associated-media,
|
p + .associated-media,
|
||||||
img + .associated-media,
|
img + .associated-media,
|
||||||
.banner + .associated-media,
|
.banner + .associated-media {
|
||||||
.client-side ~ .associated-media,
|
|
||||||
youtube-video + .associated-media {
|
|
||||||
margin-top: var(--spacing-base);
|
margin-top: var(--spacing-base);
|
||||||
border-top: var(--border-gray);
|
border-top: var(--border-gray);
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue