File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments