From 910d6649d530da9514f9a76c0a1ccf1d44090f54 Mon Sep 17 00:00:00 2001 From: davidml Date: Wed, 15 Dec 2021 12:31:48 +0000 Subject: [PATCH] Centered article div --- sass/index.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/sass/index.css b/sass/index.css index 59bfa8c..833fb40 100644 --- a/sass/index.css +++ b/sass/index.css @@ -4,6 +4,12 @@ body { display: flex; flex-direction: column; } +.articles { + margin: auto; + width: 50%; + padding: 10px; +} + .header { background-color: #EAE2B7; width: 100%;