IE11 fixes

stable
Xavier Julián 2016-01-29 08:35:07 +01:00
parent ca57c809e3
commit 56d0c728ce
4 changed files with 8 additions and 5 deletions

View File

@ -12,6 +12,7 @@
.featured-projects-inner { .featured-projects-inner {
align-items: stretch; align-items: stretch;
display: flex; display: flex;
flex-grow: 0;
flex-wrap: wrap; flex-wrap: wrap;
justify-content: space-between; justify-content: space-between;
} }
@ -20,6 +21,8 @@
@include project-card; @include project-card;
display: flex; display: flex;
flex-basis: 23%; flex-basis: 23%;
flex-wrap: wrap;
max-width: 23%;
@include breakpoint(tablet) { @include breakpoint(tablet) {
flex-basis: 45%; flex-basis: 45%;
} }

View File

@ -50,10 +50,6 @@
display: inline-block; display: inline-block;
margin: 0; margin: 0;
} }
tg-highlighted {
display: flex;
flex: 1;
}
.highlighted-projects-container { .highlighted-projects-container {
display: flex; display: flex;
flex: 1; flex: 1;

View File

@ -10,6 +10,7 @@
flex: 1; flex: 1;
justify-content: space-between; justify-content: space-between;
margin-bottom: .1rem; margin-bottom: .1rem;
min-height: 2rem;
padding: .5rem 1rem; padding: .5rem 1rem;
position: relative; position: relative;
transition: color .3s linear; transition: color .3s linear;

View File

@ -13,6 +13,8 @@
padding: 1rem; padding: 1rem;
display: flex; display: flex;
flex-direction: column; flex-direction: column;
flex-wrap: wrap;
width: 100%;
} }
.project-card-description { .project-card-description {
@extend %small; @extend %small;
@ -43,12 +45,13 @@
} }
} }
.project-card-header { .project-card-header {
align-items: flex-start;
display: flex; display: flex;
flex-grow: 0;
} }
.project-card-logo { .project-card-logo {
flex-basis: 50px; flex-basis: 50px;
min-width: 50px; min-width: 50px;
height: 50px;
margin-right: .5rem; margin-right: .5rem;
img { img {
width: 100%; width: 100%;