Put photo/contact at top.

This commit is contained in:
Justin Hsu 2022-04-07 18:31:57 -04:00
parent 68b21fb394
commit 2b6c7abf39
1 changed files with 2 additions and 1 deletions

View File

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