From 2b6c7abf39dab917f0d7f78ca1f4857bac9a41d0 Mon Sep 17 00:00:00 2001 From: Justin Hsu Date: Thu, 7 Apr 2022 18:31:57 -0400 Subject: [PATCH] Put photo/contact at top. --- css/style.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/style.scss b/css/style.scss index 8e2414a..1aefc26 100644 --- a/css/style.scss +++ b/css/style.scss @@ -86,6 +86,7 @@ body { @include flexed; flex-direction: row; justify-content: space-around; + align-items: flex-start; background: white; } @@ -100,7 +101,7 @@ body { .bio-bar { @include flexed; flex-direction: column; - justify-content: space-around; + justify-content: flex-start; order: 2; }