From f5edad14b9112c8684c19cb31c0f74020597b1ba Mon Sep 17 00:00:00 2001 From: Tom Date: Mon, 14 Aug 2023 16:24:21 +0100 Subject: [PATCH] fix header wrap on phones --- _sass/header.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/_sass/header.scss b/_sass/header.scss index 6ab64dd..a61ccbb 100644 --- a/_sass/header.scss +++ b/_sass/header.scss @@ -93,7 +93,6 @@ header p.professional-links a { flex-direction: row; justify-content: center; flex-wrap: wrap; - justify-content: center; } nav a { margin-left: 1em; @@ -101,6 +100,8 @@ header p.professional-links a { header p.professional-links { flex-direction: row; + flex-wrap: wrap; + justify-content: center; } header hr { @@ -110,7 +111,7 @@ header p.professional-links a { header p.professional-links a { margin-left: 1em; margin-right: 1em; - flex-wrap: wrap; + flex-wrap: nowrap; justify-content: center; } } \ No newline at end of file