Skip to content

Commit ba67a71

Browse files
committed
Add a style to align in the middle vertically
Signed-off-by: Leandro Lucarella <[email protected]>
1 parent c87225e commit ba67a71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/_css/style.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,3 +68,8 @@ a.external:hover::after, a.md-nav__link[href^="https:"]:hover::after {
6868
.md-typeset .md-annotation__index {
6969
width: 4ch;
7070
}
71+
72+
/* Align vertically */
73+
.align-middle {
74+
vertical-align: middle;
75+
}

0 commit comments

Comments
 (0)