@ethicdevs/gitfoss | Show object: d7b196772eec442796341183e3a8295139bc816e ∙ GitFOSS
fix(home): isOdd/isEven ...
+ 10
- 2
app/views/HomeView.tsx
@@ -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={{