fix: styles

This commit is contained in:
Cory Dransfeldt 2024-08-16 21:13:57 -07:00
parent 40ff0dc01a
commit c75f98ecd3
No known key found for this signature in database
3 changed files with 5 additions and 4 deletions

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "22.4.2", "version": "22.4.3",
"description": "The source for my personal site. Built using 11ty (and other tools).", "description": "The source for my personal site. Built using 11ty (and other tools).",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -23,7 +23,8 @@ label:has(input):has(+ *) input,
input[type="text"]:has(+ *), input[type="text"]:has(+ *),
input[type="email"]:has(+ *), input[type="email"]:has(+ *),
input[type="search"]:has(+ *), input[type="search"]:has(+ *),
textarea:has(+ *) { textarea:has(+ *),
form:has(+ *) {
margin-bottom: var(--sizing-base); margin-bottom: var(--sizing-base);
} }