Skip to content

Commit 969bc12

Browse files
committed
Fix mobile features layout - ensure icons appear above text
1 parent bffb15b commit 969bc12

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

style.css

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -395,6 +395,14 @@ body {
395395
transition: all 0.3s ease;
396396
}
397397

398+
.mobile-feature a {
399+
display: flex;
400+
flex-direction: column;
401+
align-items: center;
402+
gap: 8px;
403+
text-decoration: none;
404+
}
405+
398406
.mobile-feature:hover {
399407
transform: translateY(-5px);
400408
}

0 commit comments

Comments
 (0)