chore: spacing refinement

This commit is contained in:
Cory Dransfeldt 2024-06-17 14:22:46 -07:00
parent dd11c4c463
commit 0e79fbeb01
No known key found for this signature in database
3 changed files with 5 additions and 5 deletions

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "19.4.3", "version": "19.4.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": {

View file

@ -1,7 +1,7 @@
.toggle-wrapper { .toggle-wrapper {
display: flex; display: flex;
position: relative; position: relative;
margin-bottom: calc(var(--sizing-base) + 44px); margin-bottom: calc(var(--sizing-base) + 20px);
& p:first-of-type { & p:first-of-type {
margin-top: 0; margin-top: 0;
@ -50,7 +50,7 @@
& .toggle-label [aria-role="button"] { & .toggle-label [aria-role="button"] {
position: absolute; position: absolute;
z-index: 2; z-index: 2;
bottom: -44px; bottom: -20px;
left: 0; left: 0;
margin-bottom: 0; margin-bottom: 0;
} }