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.
2 parents fecabf8 + 6c82d83 commit 22d1ea0Copy full SHA for 22d1ea0
website/src/css/custom.css
@@ -123,6 +123,8 @@ html[data-theme='dark'] .footer .container {
123
background-color: var(--black-2);
124
}
125
126
+/* footer */
127
+
128
.footer__items {
129
font-weight: 400;
130
line-height: 1.43;
@@ -163,10 +165,11 @@ html[data-theme='dark'] .footer .container {
163
165
164
166
167
.footerSocialIcon {
- font-size: 24;
- }
168
+ font-size: 24px;
169
+ margin: 0 12px;
170
+}
171
- .footerSocialIconButton {
172
+.footerSocialIconButton {
173
padding: 0;
174
color: 'rgba(255,255,255,.6)';
175
0 commit comments