From 62b4f2317cc0bfd8647d792b80fab392ca33db96 Mon Sep 17 00:00:00 2001 From: fruworg Date: Sun, 30 Jul 2023 21:40:29 +0500 Subject: [PATCH] fix border and site-description --- assets/css/main.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/assets/css/main.css b/assets/css/main.css index 33b0631..880cf26 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -173,6 +173,7 @@ footer { align-items: center; padding: 2rem 0rem; margin-top: 2rem; + border-top: 0.2rem solid white; } .soc { @@ -225,7 +226,11 @@ article .title { color: var(--maincolor); } -.site-description { +body .site-description{ + text-align: center; +} + +.site-description pre{ display: flex; justify-content: space-between; text-align: left;