Put photo/contact at top.
This commit is contained in:
parent
68b21fb394
commit
2b6c7abf39
|
@ -86,6 +86,7 @@ body {
|
||||||
@include flexed;
|
@include flexed;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
justify-content: space-around;
|
justify-content: space-around;
|
||||||
|
align-items: flex-start;
|
||||||
background: white;
|
background: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -100,7 +101,7 @@ body {
|
||||||
.bio-bar {
|
.bio-bar {
|
||||||
@include flexed;
|
@include flexed;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: space-around;
|
justify-content: flex-start;
|
||||||
order: 2;
|
order: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue