Centers the icons on homepage (#2089)

Co-authored-by: Eric Zhu <ekzhu@users.noreply.github.com>
This commit is contained in:
veh3546
2024-03-19 22:48:12 -04:00
committed by GitHub
parent 5c1579d2ad
commit b2be4059ea

View File

@@ -8,6 +8,6 @@
}
.featureSvg {
height: 120px;
width: 200px;
height: 130px;
width: auto;
}