From 0291635396e2fac693fb636dc02ed29589ee89b3 Mon Sep 17 00:00:00 2001 From: Michael Murtaugh Date: Tue, 12 May 2020 08:31:54 +0200 Subject: [PATCH] changed invalid flex-direction instylesheet to row, which is what it was defaulting to anyway --- stylesheet.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheet.css b/stylesheet.css index b86d4f6..7b8b668 100644 --- a/stylesheet.css +++ b/stylesheet.css @@ -106,7 +106,7 @@ header{ /* rules for the general structural elements */ section{ display: flex; - flex-direction: columns; + flex-direction: row; flex-wrap: wrap; margin:0 14px; padding-top:80px;