fix: search result spacing

This commit is contained in:
Cory Dransfeldt 2024-07-15 18:57:49 -07:00
parent 4af46bc36a
commit 54fced00e1
No known key found for this signature in database
3 changed files with 4 additions and 4 deletions

4
package-lock.json generated
View file

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

View file

@ -1,6 +1,6 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "20.8.1", "version": "20.8.2",
"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

@ -46,7 +46,7 @@ select {
} }
.search__results { .search__results {
margin: var(--sizing-base) 0 0; margin: 0 0 var(--sizing-base);
padding: 0; padding: 0;
list-style: none; list-style: none;