fix(home): isOdd/isEven ...@@ -247,7 +247,10 @@ const HomeView: ReactView<HomeViewProps> = (props) => {
.feature-section {
flex-direction: column;
justify-content: center;
- gap: 16px
+ gap: 28px;
+ }
+ .feature-title {
+ font-size: 32px;
}
.feature-desc {
text-align: center;
@@ -273,7 +276,12 @@ const HomeView: ReactView<HomeViewProps> = (props) => {
/>
</div>
<div style={{ flex: 1, minWidth: 260 }}>
- <h1 style={{ margin: 0, fontSize: 48 }}>{f.title}</h1>
+ <h1
+ className="feature-title"
+ style={{ margin: 0, fontSize: 48 }}
+ >
+ {f.title}
+ </h1>
<h3
className="feature-desc"
style={{