We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c7c9e2 commit e53ec82Copy full SHA for e53ec82
src/css/footer.css
@@ -25,8 +25,7 @@ footer.footer {
25
vertical-align: middle;
26
}
27
28
-.footer p + p,
29
-.footer ul + p {
+.footer p + p {
30
margin-top: 1em;
31
32
@@ -84,19 +83,19 @@ footer.footer {
84
83
.footer-brand-follow {
85
font-size: calc(24 / var(--rem-base) * 1rem);
86
font-weight: var(--body-font-weight-bold);
+ line-height: 1;
87
88
89
-.footer-brand-follow a {
90
- display: inline-flex;
+.footer p.footer-brand-follow {
+ margin-top: 1.25rem;
91
92
93
.footer-brand-follow .logo {
94
width: calc(28 / var(--rem-base) * 1rem);
95
96
97
.footer-brand-follow .handle {
98
- margin-left: 0.5ch;
99
- padding-bottom: 0.1em;
+ padding: 0 0 0.1em 0.5ch;
100
101
102
.footer-legal {
0 commit comments