chore: minor cleanup

This commit is contained in:
Cory Dransfeldt 2024-06-17 16:11:56 -07:00
parent 16b6e2163b
commit ef6987da19
No known key found for this signature in database
6 changed files with 11 additions and 14 deletions

10
package-lock.json generated
View file

@ -1,12 +1,12 @@
{
"name": "coryd.dev",
"version": "19.4.5",
"version": "19.4.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "19.4.5",
"version": "19.4.6",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.4.0",
@ -532,9 +532,9 @@
"peer": true
},
"node_modules/@types/node": {
"version": "20.14.3",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.3.tgz",
"integrity": "sha512-Nuzqa6WAxeGnve6SXqiPAM9rA++VQs+iLZ1DDd56y0gdvygSZlQvZuvdFPR3yLqkVxPu4WrO02iDEyH1g+wazw==",
"version": "20.14.4",
"resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.4.tgz",
"integrity": "sha512-1ChboN+57suCT2t/f8lwtPY/k3qTpuD/qnqQuYoBg6OQOcPyaw7PiZVdGpaZYAvhDDtqrt0oAaM8+oSu1xsUGw==",
"dev": true,
"license": "MIT",
"dependencies": {

View file

@ -1,6 +1,6 @@
{
"name": "coryd.dev",
"version": "19.4.5",
"version": "19.4.6",
"description": "The source for my personal site. Built using 11ty.",
"type": "module",
"scripts": {

View file

@ -2,7 +2,6 @@
display: flex;
flex-direction: row;
list-style-type: none;
margin: 0;
padding: 0;
gap: var(--sizing-md);
@ -24,8 +23,7 @@
}
}
.menu-button-container,
theme-toggle {
.menu-button-container {
margin-left: var(--sizing-md)
}
@ -84,14 +82,10 @@ theme-toggle {
margin-top: calc(var(--sizing-3xl) * 2.25);
flex-direction: column;
width: 100%;
justify-content: center;
align-items: center;
gap: 0;
z-index: 3;
& > li {
display: flex;
align-items: center;
justify-content: center;
margin: 0;
padding: var(--sizing-sm) 0;

View file

@ -1,7 +1,8 @@
theme-toggle {
display: flex;
width: var(--sizing-svg-base);
height: var(--sizing-svg-base);
display: flex;
margin-left: var(--sizing-md);
}
.theme-toggle {

View file

@ -27,6 +27,7 @@
&.title {
font-size: var(--font-size-xl);
line-height: 1;
}
&.sub-meta {

View file

@ -124,6 +124,7 @@
&.title {
font-size: var(--font-size-xl);
line-height: 1;
}
&.sub-meta {