fix landing page contribute and social media buttons misalignment in IE (#10408)

This commit is contained in:
James Robinson
2018-06-01 09:01:35 +01:00
committed by Matteo Pagliazzi
parent 1e786412ba
commit 96f7a192d7

View File

@@ -161,19 +161,14 @@
height: 40px;
border-radius: 50%;
background-color: #c3c0c7;
display: inline-block;
display: flex;
margin-left: 1em;
float: right;
.social-icon {
color: #e1e0e3;
width: 16px;
margin: 0 auto;
margin-top: 1em;
}
.facebook {
margin-top: .7em;
margin: auto;
}
.instagram {
@@ -201,7 +196,12 @@
box-shadow: none;
border-radius: 4px;
a {
display: flex;
}
.heart {
max-height: 25px;
width: 18px;
margin-right: .5em;
margin-bottom: .2em;
@@ -215,6 +215,10 @@
</style>
<style lang="scss">
.heart svg {
margin-top: .1em;
}
.facebook svg {
width: 10px;
margin: 0 auto;