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",
"version": "19.5.21",
"version": "19.5.22",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "coryd.dev",
"version": "19.5.21",
"version": "19.5.22",
"license": "MIT",
"dependencies": {
"@cdransf/api-text": "^1.4.0",

View file

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

View file

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

View file

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

View file

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

View file

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