chore: spacing + remove unnecessary classes

This commit is contained in:
Cory Dransfeldt 2024-06-20 20:24:38 -07:00
parent 0ad74b716d
commit c1f78b90e1
No known key found for this signature in database
6 changed files with 10 additions and 10 deletions

4
package-lock.json generated
View file

@ -1,12 +1,12 @@
{ {
"name": "coryd.dev", "name": "coryd.dev",
"version": "19.5.21", "version": "19.5.22",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "coryd.dev", "name": "coryd.dev",
"version": "19.5.21", "version": "19.5.22",
"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": "19.5.21", "version": "19.5.22",
"description": "The source for my personal site. Built using 11ty.", "description": "The source for my personal site. Built using 11ty.",
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -1,5 +1,5 @@
{% if popularPosts.size > 0 %} {% if popularPosts.size > 0 %}
<h3 class="link-list-header flex-centered"> <h3 class="flex-centered">
{% tablericon "flame" "Popular" %} {% tablericon "flame" "Popular" %}
Popular posts Popular posts
</h3> </h3>

View file

@ -1,5 +1,5 @@
{% if links.size > 0 %} {% if links.size > 0 %}
<h3 id="links" class="link-list-header flex-centered"> <h3 id="links" class="flex-centered">
{% tablericon "link" "Links" %} {% tablericon "link" "Links" %}
Recent links Recent links
</h3> </h3>

View file

@ -11,10 +11,6 @@
margin-top: var(--sizing-base); margin-top: var(--sizing-base);
} }
& .link-list-header {
margin: var(--sizing-base) 0;
}
& .link-list { & .link-list {
margin-bottom: 0; margin-bottom: 0;
} }

View file

@ -31,10 +31,14 @@ textarea:focus-within {
.search__form { .search__form {
margin-top: 0; margin-top: 0;
& .search__form--input {
margin-bottom: 0;
}
} }
.search__results { .search__results {
margin-top: 0; margin: var(--sizing-base) 0 0;
padding: 0; padding: 0;
list-style: none; list-style: none;