fix checkmark bullets to vertically align with text (#440)

Co-authored-by: Diane Kaplan <dkaplan@edx.org>
This commit is contained in:
Diane Kaplan
2021-05-07 12:37:38 -04:00
committed by GitHub
parent 7e75671618
commit e2dd081d44

View File

@@ -3,6 +3,7 @@
.fa-li {
left: -31px !important;
padding-right: 22px;
top: 0;
}
@media only screen and (min-width: 992px) and (max-width: 1100px) {