Fix alignment issue on homepage

This commit is contained in:
Kevin Kandlbinder 2020-12-26 21:31:17 +01:00
parent b03de0240f
commit 083febac19
2 changed files with 8 additions and 5 deletions

View file

@ -65,10 +65,13 @@
> span {
margin-left: auto;
margin-right: auto;
}
> i, > i::before {
line-height: 50px !important;
}
> i {
display: inline-flex;
flex-direction: column;
justify-content: center;
}
}
}