Skip to content

Commit 77128e0

Browse files
authored
fix: Align the icon with the text (#5)
* fix: Align the icon with the text * fix: Align the icon with the text
1 parent b6d9a5c commit 77128e0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tour/tour.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
i {
1818
font-size: 1.25em !important;
19-
vertical-align: top;
19+
vertical-align: text-top;
2020
}
2121

2222
/* showmore arrow */
@@ -85,4 +85,4 @@ i.arrow-showmore-icon {
8585
#get-involved .list-icon {
8686
position: absolute;
8787
left: -2em;
88-
}
88+
}

0 commit comments

Comments
 (0)