chore: tweak spacing
This commit is contained in:
parent
4baa16eaa5
commit
2d7facfd30
3 changed files with 5 additions and 5 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -1,12 +1,12 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.4.1",
|
"version": "19.4.2",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.4.1",
|
"version": "19.4.2",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@cdransf/api-text": "^1.4.0",
|
"@cdransf/api-text": "^1.4.0",
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"name": "coryd.dev",
|
||||||
"version": "19.4.1",
|
"version": "19.4.2",
|
||||||
"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": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
.toggle-wrapper {
|
.toggle-wrapper {
|
||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: calc(var(--sizing-base) + 52px);
|
margin-bottom: calc(var(--sizing-base) + 44px);
|
||||||
|
|
||||||
& p:first-of-type {
|
& p:first-of-type {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
|
@ -49,7 +49,7 @@
|
||||||
& .toggle-label [aria-role="button"] {
|
& .toggle-label [aria-role="button"] {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
bottom: -52px;
|
bottom: -44px;
|
||||||
left: 0;
|
left: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue