From 7ae392ad76532513ccb3393c07636a413b28edb2 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Wed, 15 Feb 2023 14:34:09 -0500 Subject: fix flex dir, follower/folowing swap fix --- public/css/profile.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'public/css') diff --git a/public/css/profile.css b/public/css/profile.css index 54bf4f1..b9e1d3d 100644 --- a/public/css/profile.css +++ b/public/css/profile.css @@ -124,6 +124,10 @@ body { align-self: center; padding: 0; display: flex; + flex-direction: column; +} + +#about { flex-direction: row; } -- cgit v1.2.3-freya