fix(home): isOdd/isEven ...
+ 2
- 1
app/views/HomeView.tsx
@@ -261,13 +261,14 @@ const HomeView: ReactView<HomeViewProps> = (props) => {
                   .feature-section {
                     flex-direction: column;
                     justify-content: center;
+                    /* align-items: center; */
                     gap: 28px;
                   }
                   .feature-title {
                     font-size: 32px;
                   }
                   .feature-desc {
-                    text-align: center;
+                    /* text-align: center; */
                   }
                   .is-even,
                   .is-odd {