Skip to content

Commit

Permalink
IE fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
MartijnCuppens authored and XhmikosR committed Jan 31, 2020
1 parent 64a57ee commit cb4ad74
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions layouts/css/page-modules/_contributor-card.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
.contributor-card {
display: flex;
justify-content: space-between;
align-items: center;
min-height: 42px;
width: 300px;
Expand All @@ -12,15 +11,13 @@
> a {
height: 40px;
width: 40px;
margin-right: 1em;
flex: 0 0 auto;
}

p {
padding-left: 1em;
margin: 0;
}

img {
max-width: none;
flex: 1 1 1px;
}

.spinner-border {
Expand Down

0 comments on commit cb4ad74

Please sign in to comment.