From b2f88e0a92e89b5695b9f6cf44f83c7687905574 Mon Sep 17 00:00:00 2001 From: Fred Boniface Date: Wed, 21 Sep 2022 10:01:17 +0100 Subject: [PATCH] Change p.text-description display to inline-block --- styles/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/styles/style.css b/styles/style.css index 0b5106e..5126ea7 100644 --- a/styles/style.css +++ b/styles/style.css @@ -70,6 +70,7 @@ body { } p.text-description{ + display: inline-block; width: 80%; margin-left: auto; margin-right: auto;