diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2023-02-15 14:34:09 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2023-02-15 14:34:09 -0500 |
commit | 7ae392ad76532513ccb3393c07636a413b28edb2 (patch) | |
tree | 33262633d76df95ddf265889ab3d8fc3632a7b06 /public/css | |
parent | followers and following tabs (diff) | |
download | xssbook-7ae392ad76532513ccb3393c07636a413b28edb2.tar.gz xssbook-7ae392ad76532513ccb3393c07636a413b28edb2.tar.bz2 xssbook-7ae392ad76532513ccb3393c07636a413b28edb2.zip |
fix flex dir, follower/folowing swap fix
Diffstat (limited to 'public/css')
-rw-r--r-- | public/css/profile.css | 4 |
1 files changed, 4 insertions, 0 deletions
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; } |