fix(home): isOdd/isEven ...@@ -246,6 +246,11 @@ const HomeView: ReactView<HomeViewProps> = (props) => {
@media (max-width: ${breakpoints.sm}) {
.feature-section {
flex-direction: column;
+ justify-content: center;
+ gap: 16px
+ }
+ .feature-desc {
+ text-align: center;
}
.is-even,
.is-odd {