Turn off some flexbox stuff.
Seems to cause problems with chrome, not sure why div heights not taking children into account.
This commit is contained in:
parent
b07e4adce6
commit
559e016c42
|
@ -107,7 +107,7 @@ body {
|
|||
@include flexed;
|
||||
@include flex-direction(column);
|
||||
@include justify-content(space-around);
|
||||
@include flex(1 1);
|
||||
// @include flex(1 1);
|
||||
@include order(2);
|
||||
}
|
||||
|
||||
|
@ -124,12 +124,12 @@ body {
|
|||
}
|
||||
|
||||
.picture {
|
||||
@include flex(1 1);
|
||||
// @include flex(1 1);
|
||||
padding: $text-pad;
|
||||
}
|
||||
|
||||
.contact {
|
||||
@include flex(1 1);
|
||||
// @include flex(1 1);
|
||||
padding: $text-pad;
|
||||
|
||||
h3 {
|
||||
|
@ -139,7 +139,7 @@ body {
|
|||
|
||||
// About cell ~ 2x sidebar in normal mode
|
||||
.about {
|
||||
@include flex(2 1);
|
||||
// @include flex(2 1);
|
||||
padding: $text-pad;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue