Skip to content

Commit 22d1ea0

Browse files
authored
Merge pull request #59 from stackql/feature/ja-updates
css fixes
2 parents fecabf8 + 6c82d83 commit 22d1ea0

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

website/src/css/custom.css

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,8 @@ html[data-theme='dark'] .footer .container {
123123
background-color: var(--black-2);
124124
}
125125

126+
/* footer */
127+
126128
.footer__items {
127129
font-weight: 400;
128130
line-height: 1.43;
@@ -163,10 +165,11 @@ html[data-theme='dark'] .footer .container {
163165
}
164166

165167
.footerSocialIcon {
166-
font-size: 24;
167-
}
168+
font-size: 24px;
169+
margin: 0 12px;
170+
}
168171

169-
.footerSocialIconButton {
172+
.footerSocialIconButton {
170173
padding: 0;
171174
color: 'rgba(255,255,255,.6)';
172175
}

0 commit comments

Comments
 (0)