Put photo/contact at top.
This commit is contained in:
parent
68b21fb394
commit
2b6c7abf39
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue