fix: form spacing

This commit is contained in:
Cory Dransfeldt 2024-07-14 22:07:41 -07:00
parent 991c31d5e5
commit eed026a6e8
No known key found for this signature in database
3 changed files with 3 additions and 7 deletions

4
package-lock.json generated
View file

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

View file

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

View file

@ -43,10 +43,6 @@ select {
.search__form {
margin-top: 0;
& .search__form--input {
margin-bottom: 0;
}
}
.search__results {