From 6dc9c61a7378c460d6e903d01830f292b7b45016 Mon Sep 17 00:00:00 2001 From: RikSolo Date: Mon, 24 Feb 2025 02:20:10 +0100 Subject: [PATCH] portfolio styling tweaks --- content/layouts/portfolio.njk | 1 + content/style.scss | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/content/layouts/portfolio.njk b/content/layouts/portfolio.njk index e88802a..0cb6c26 100644 --- a/content/layouts/portfolio.njk +++ b/content/layouts/portfolio.njk @@ -4,6 +4,7 @@ layout: base.njk

{{title}}

+ {{timeframe}} {{description}} <- Back to overview diff --git a/content/style.scss b/content/style.scss index b86230c..30ef05b 100644 --- a/content/style.scss +++ b/content/style.scss @@ -321,6 +321,10 @@ body { height: auto; } } + + small { + vertical-align: 0.12rem; + } } .flex {