diff --git a/package-lock.json b/package-lock.json index c78bbcb4..7f2cc167 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "19.4.1", + "version": "19.4.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "19.4.1", + "version": "19.4.2", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", diff --git a/package.json b/package.json index 05a6ea6a..d18babd7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "19.4.1", + "version": "19.4.2", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/assets/styles/components/text-toggle.css b/src/assets/styles/components/text-toggle.css index 139f0a39..1350d084 100644 --- a/src/assets/styles/components/text-toggle.css +++ b/src/assets/styles/components/text-toggle.css @@ -1,6 +1,6 @@ .toggle-wrapper { position: relative; - margin-bottom: calc(var(--sizing-base) + 52px); + margin-bottom: calc(var(--sizing-base) + 44px); & p:first-of-type { margin-top: 0; @@ -49,7 +49,7 @@ & .toggle-label [aria-role="button"] { position: absolute; z-index: 2; - bottom: -52px; + bottom: -44px; left: 0; margin-bottom: 0; }