fix: styles
This commit is contained in:
parent
40ff0dc01a
commit
c75f98ecd3
3 changed files with 5 additions and 4 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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",
|
||||||
|
|
|
@ -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": {
|
||||||
|
|
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in a new issue