localgovdrupal / localgov_microsites_base

Base theme for LocalGov Microsites
0 stars 1 forks source link

Menu item alignment #271

Open msayoung opened 2 months ago

msayoung commented 2 months ago

Items with children aren't quite aligned with items without children.

image

markconroy commented 2 months ago

I'm struggling with this one.

Short of using:

position: relative;
top: 4px;

I can't figure out the specific thing needed to align these. I presumed it would be a relatively simple flexbox and align-content type thing.