Skip to content

Commit 32a5907

Browse files
authored
Update styles.css
1 parent eda23f0 commit 32a5907

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

css/styles.css

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,9 @@ li.L9 {
385385
flex-direction: column !important; /* Stack the icon on top of the text */
386386
align-items: center; /* Center-align the text */
387387
}
388+
.flex-column-mobile i {
389+
margin-bottom: 0.5rem !important; /* Reduce gap below icon on mobile */
390+
}
388391
}
389392

390393
/* On larger screens, the default horizontal layout will be kept */
@@ -393,9 +396,13 @@ li.L9 {
393396
flex-direction: row !important; /* Keep the icon to the left of the text */
394397
align-items: center; /* Keep text centered vertically */
395398
}
399+
.flex-column-mobile i {
400+
margin-right: 1rem !important; /* Add gap to the right of the icon on desktop */
401+
}
396402
}
397403

398404

405+
399406
@media only screen and (max-width: 640px){
400407

401408
.sidebar{

0 commit comments

Comments
 (0)