From 77c7ba7af9d2570b137e0423bf0b5f803be8318a Mon Sep 17 00:00:00 2001 From: ed <ed@brz9.dev> Date: Fri, 13 Jan 2023 10:38:17 +0100 Subject: [PATCH] comment section style added --- assets/css/style.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/assets/css/style.css b/assets/css/style.css index efd7776..cd9ebd4 100644 --- a/assets/css/style.css +++ b/assets/css/style.css @@ -255,4 +255,10 @@ main.crypto-page section.copyme p { margin-right: auto; word-wrap: break-word; text-align: center; +} + +section.comments { + text-align: center; + margin-top: 20px; + margin-bottom: 20px; } \ No newline at end of file