From 05a261efa4c682644074cb97a5f7907695ab5f7e Mon Sep 17 00:00:00 2001 From: Arne Vlaeminck Date: Mon, 28 Oct 2024 20:18:53 +0100 Subject: [PATCH] fixed column width --- src/app/about/about.component.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/about/about.component.scss b/src/app/about/about.component.scss index bef4b2c..ad0208a 100644 --- a/src/app/about/about.component.scss +++ b/src/app/about/about.component.scss @@ -23,6 +23,7 @@ list-style: none; padding: 0; margin: 0; + column-gap: 5rem; li { height: 3rem; @@ -30,7 +31,6 @@ border-bottom: 0.1rem solid var(--text-color); display: flex; align-items: center; - width: calc(100% - 5rem); span { margin-left: auto;