From 7331e37ad74d87e1ebc59e7bacede6773abea999 Mon Sep 17 00:00:00 2001 From: Camerin Figueroa Date: Mon, 15 Nov 2021 14:51:55 -0500 Subject: [PATCH] Added readaibility improvements to articles --- src/components/css/Articles.css | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/components/css/Articles.css b/src/components/css/Articles.css index 67d3742..8851b24 100644 --- a/src/components/css/Articles.css +++ b/src/components/css/Articles.css @@ -8,20 +8,21 @@ .article .content { width: 80vw; text-align:left; + line-height: 1.5; } .article .code { padding: 10px; background-color: #3A3B3B; - color: gray; + color: lightgray; border-radius: 5px; - margin: 10px; + margin: 20px; } .article .h1 { font-size: 24px; font-weight:bolder; - margin-top: 10px; + margin-top: 20px; margin-bottom: 10px; }