fix: spacing
This commit is contained in:
parent
6a946a36ee
commit
df838e8513
2 changed files with 2 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "12.7.3",
|
"version": "12.7.4",
|
||||||
"description": "The source for my personal site. Built using 11ty.",
|
"description": "The source for my personal site. Built using 11ty.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -69,6 +69,7 @@
|
||||||
align-items: start;
|
align-items: start;
|
||||||
|
|
||||||
& picture {
|
& picture {
|
||||||
|
display: block;
|
||||||
margin-bottom: var(--sizing-md);
|
margin-bottom: var(--sizing-md);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue