Skip to content

Commit e53ec82

Browse files
committed
fix style of brand follow in footer
1 parent 6c7c9e2 commit e53ec82

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/css/footer.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@ footer.footer {
2525
vertical-align: middle;
2626
}
2727

28-
.footer p + p,
29-
.footer ul + p {
28+
.footer p + p {
3029
margin-top: 1em;
3130
}
3231

@@ -84,19 +83,19 @@ footer.footer {
8483
.footer-brand-follow {
8584
font-size: calc(24 / var(--rem-base) * 1rem);
8685
font-weight: var(--body-font-weight-bold);
86+
line-height: 1;
8787
}
8888

89-
.footer-brand-follow a {
90-
display: inline-flex;
89+
.footer p.footer-brand-follow {
90+
margin-top: 1.25rem;
9191
}
9292

9393
.footer-brand-follow .logo {
9494
width: calc(28 / var(--rem-base) * 1rem);
9595
}
9696

9797
.footer-brand-follow .handle {
98-
margin-left: 0.5ch;
99-
padding-bottom: 0.1em;
98+
padding: 0 0 0.1em 0.5ch;
10099
}
101100

102101
.footer-legal {

0 commit comments

Comments
 (0)