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; }