diff --git a/content/homelab/_index.md b/content/homelab/_index.md index 1679f51..b70682e 100644 --- a/content/homelab/_index.md +++ b/content/homelab/_index.md @@ -3,3 +3,5 @@ title = "Homelab" sort_by = "date" paginate_by = 10 +++ + +Blog posts about my experience and stories tinkering with home servers, personal cloud, etc. diff --git a/sass/style.scss b/sass/style.scss index 6b68140..af07590 100644 --- a/sass/style.scss +++ b/sass/style.scss @@ -72,6 +72,7 @@ header nav { main { min-height: 60vh; + font-size: 0.95rem; } img { @@ -84,9 +85,9 @@ h1, h2, h3, h4 { line-height: 1.3; } -h1 { font-size: 1.75rem; } -h2 { font-size: 1.4rem; } -h3 { font-size: 1.15rem; } +h1 { font-size: 1.5rem; } +h2 { font-size: 1.25rem; } +h3 { font-size: 1.1rem; } h2::after { content: " ##"; @@ -202,4 +203,10 @@ footer { border-top: 1px solid var(--border); color: var(--muted); font-size: 0.9rem; + + .footer-links { + display: flex; + gap: 1.5rem; + margin-bottom: 0.5rem; + } } diff --git a/templates/base.html b/templates/base.html index dfa030d..3a9ff58 100644 --- a/templates/base.html +++ b/templates/base.html @@ -33,7 +33,12 @@ {% block content %}{% endblock content %}