Skip to content

Commit c9d0446

Browse files
committed
refactor: center badge
1 parent 5770be6 commit c9d0446

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/.vuepress/public/css/variables.css

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,8 +88,13 @@ iframe.playground {
8888
overflow-wrap: anywhere;
8989
}
9090

91+
.tagline h3 {
92+
display: inline-flex;
93+
align-items: center;
94+
}
95+
9196
.foundation-member-badge {
92-
display: inline-block;
97+
display: inline-flex;
9398
margin-left: 0.5rem;
9499
padding: 0.1rem 0.6rem;
95100
font-size: 0.7rem;
@@ -100,4 +105,5 @@ iframe.playground {
100105
background-color: var(--docs-primary-dark);
101106
color: var(--docs-dark);
102107
vertical-align: middle;
108+
line-height: 1;
103109
}

0 commit comments

Comments
 (0)