From 3329b2df889de82641d807c149b85cf4dca94424 Mon Sep 17 00:00:00 2001 From: Halfdan Date: Mon, 25 Jul 2022 01:18:24 +0200 Subject: [PATCH] Bring the border on the right side of the page back --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index ee54636..6890c9d 100644 --- a/style.css +++ b/style.css @@ -35,7 +35,7 @@ body { line-height : 165%; text-align : left; - //border-right : var(--base-grid) solid var(--bar-color); + border-right : var(--base-grid) solid var(--bar-color); } a {