From 71f16c00cbdebd2841a9a22050a96c29b9d21877 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20B=C3=A4dorf?= Date: Sat, 23 Apr 2022 16:59:15 +0200 Subject: [PATCH] Add border to about page --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index 1ab23f9..b1e8e59 100644 --- a/style.css +++ b/style.css @@ -115,6 +115,7 @@ html { } .ps-page--section { + border: 12px solid black; margin-top: 10vh; margin-bottom: 10vh; padding: 5vw;