Skip to content

Commit a38ef37

Browse files
authored
Merge pull request #1294 from maxmind/dallas/fix-x-logo
2 parents 9ebdd06 + 5c36ed7 commit a38ef37

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

assets/FaTwitterSquare.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/scss/_footer.scss

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,10 @@
155155
margin-left: calc(var(--mm-spacing) / 4);
156156
}
157157

158+
.footer__socialIcon--x {
159+
margin-top: -2px;
160+
}
161+
158162
.footer__group {
159163
padding: var(--mm-spacing);
160164
padding-bottom: 0;
File renamed without changes.

layouts/partials/footer.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
{{ readFile "assets/maxmind-footer-logo.svg" | safeHTML }}
66
</a>
77
<div class="footer__social">
8-
<a aria-label="x" class="footer__socialIcon" margin-top: -.15em href="https://x.com/maxmind">
9-
{{ readFile "assets/FaTwitterSquare.svg" | safeHTML }}
8+
<a aria-label="x" class="footer__socialIcon footer__socialIcon--x" href="https://x.com/maxmind">
9+
{{ readFile "assets/x-logo.svg" | safeHTML }}
1010
</a>
1111
<a aria-label="LinkedIn" class="footer__socialIcon" href="https://www.linkedin.com/company/maxmind">
1212
{{ readFile "assets/FaLinkedin.svg" | safeHTML }}

0 commit comments

Comments
 (0)