Skip to content

Commit 0bbe109

Browse files
Fix vertical alignment of footer separator
1 parent fc32752 commit 0bbe109

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

_layouts/default.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,7 @@
668668
border-top: 1px solid var(--color-border-muted);
669669
display: flex;
670670
flex-wrap: wrap;
671+
align-items: center;
671672
gap: var(--space-sm) var(--space-lg);
672673
}
673674
.edit-footer-link {
@@ -689,6 +690,7 @@
689690
}
690691
.edit-footer-sep {
691692
color: var(--color-border);
693+
line-height: 1;
692694
}
693695

694696
/* Selection */

0 commit comments

Comments
 (0)