From 4260eb4134080b8dc331728cde4a5525c61f327a Mon Sep 17 00:00:00 2001 From: RikSolo Date: Tue, 28 Jan 2025 03:54:06 +0100 Subject: [PATCH] style tweaks --- content/layouts/base.njk | 29 +++++++++++++++++++---------- content/style.scss | 16 ++++++++++++++-- 2 files changed, 33 insertions(+), 12 deletions(-) diff --git a/content/layouts/base.njk b/content/layouts/base.njk index e64b561..d6f3765 100644 --- a/content/layouts/base.njk +++ b/content/layouts/base.njk @@ -36,16 +36,25 @@
{{content | safe}} diff --git a/content/style.scss b/content/style.scss index 1d412f7..aa49841 100644 --- a/content/style.scss +++ b/content/style.scss @@ -59,13 +59,21 @@ body { .nav { width: 100%; - padding-bottom: 0.6em; + padding-top: 0.2rem; + padding-bottom: 0.9em; margin-bottom: 0.6em; border-bottom: 1px $grey-dark solid; + a.main-logo { + font-weight: 700; + font-size: 1.2em; + text-decoration: none; + color: $text-default !important; + } + a, a:visited { - color: $primary !important; + color: $primary; } } @@ -97,4 +105,8 @@ body { padding: 0.1rem 0.4rem; display: inline-block; } +} + +.d-inline-block { + display: inline-block; } \ No newline at end of file