From b3c4b19542c418653ec064460daeacb05fc52eb7 Mon Sep 17 00:00:00 2001
From: Felix Boerner <ich@felix-boerner.de>
Date: Mon, 11 Nov 2024 13:26:11 +0000
Subject: [PATCH] fix: remove whitespace on last element
---
assets/scss/_content.scss | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/assets/scss/_content.scss b/assets/scss/_content.scss
index 24cdd83..e6450b3 100644
--- a/assets/scss/_content.scss
+++ b/assets/scss/_content.scss
@@ -200,6 +200,10 @@
margin-bottom: 20px;
}
+ .column:last-child {
+ margin-bottom: 0px;
+ }
+
.image {
position: static;
height: 420px;
--
Gitblit v1.10.0