summaryrefslogtreecommitdiff
path: root/public
diff options
context:
space:
mode:
authorTyler Murphy <tylermurphy534@gmail.com>2023-02-15 14:34:09 -0500
committerTyler Murphy <tylermurphy534@gmail.com>2023-02-15 14:34:09 -0500
commit7ae392ad76532513ccb3393c07636a413b28edb2 (patch)
tree33262633d76df95ddf265889ab3d8fc3632a7b06 /public
parentfollowers and following tabs (diff)
downloadxssbook-7ae392ad76532513ccb3393c07636a413b28edb2.tar.gz
xssbook-7ae392ad76532513ccb3393c07636a413b28edb2.tar.bz2
xssbook-7ae392ad76532513ccb3393c07636a413b28edb2.zip
fix flex dir, follower/folowing swap fix
Diffstat (limited to 'public')
-rw-r--r--public/css/profile.css4
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;
}