Fix underline to be equal on both sides

This commit is contained in:
Jason Henriquez 2024-04-26 23:32:55 -05:00
parent 9097768d85
commit 02567db33b
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@
.titleUnderline {
/* have underline poke out */
inline-size: calc(100% + 3px);
inline-size: calc(100% + 6px);
/* prevent "active" border from visibly pushing the content up */
border-block-end: 4px solid transparent;