From 091ad334d2146fb192d38f48283b948fb19456bb Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Thu, 16 Feb 2023 15:26:44 +0000 Subject: [PATCH] Fix styling on projects page --- style/new_style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/style/new_style.css b/style/new_style.css index 1171de2..5975794 100644 --- a/style/new_style.css +++ b/style/new_style.css @@ -227,10 +227,12 @@ body { } .content dt { + margin: auto; font-weight: bolder; } .content dd { + margin: auto; padding-bottom: 15px; }