w3c/design

WG template header: vertical-align: middle for <li>s

Closed this issue · 1 comments

I tried to augment https://github.com/w3c/design/blob/master/wg-homepage/main.css
with:
header li {
vertical-align: middle;
}

BUT, the elements remain stuck to the top. HALP.

header ul { align-items: center;} should do the trick from my quick testing