chore: spacing + remove unnecessary classes
This commit is contained in:
parent
0ad74b716d
commit
c1f78b90e1
6 changed files with 10 additions and 10 deletions
4
package-lock.json
generated
4
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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": {
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -11,10 +11,6 @@
|
|||
margin-top: var(--sizing-base);
|
||||
}
|
||||
|
||||
& .link-list-header {
|
||||
margin: var(--sizing-base) 0;
|
||||
}
|
||||
|
||||
& .link-list {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
||||
|
|
Reference in a new issue