Skip to content

Commit 6281e6a

Browse files
committed
Fix footer links layout
1 parent 1e62977 commit 6281e6a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

lib/components_guide_web/templates/layout/_contentinfo.html.eex

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@
2020
<img alt="Creative Commons License" style="opacity: 0.5" src="https://mirrors.creativecommons.org/presskit/buttons/80x15/svg/by-sa.svg" class="inline-block">
2121
</a>
2222
<span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">Components.Guide</span> by <a xmlns:cc="http://creativecommons.org/ns#" href="https://twitter.com/concreteniche" property="cc:attributionName" rel="cc:attributionURL">Patrick Smith</a> is <a href="https://github.com/ComponentsTV/components_guide/blob/master/LICENSE">licensed</a> under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>.
23-
<li class="inline-block"><a href="https://github.com/ComponentsTV/components_guide">View source on GitHub</a>
24-
<li class="inline-block"><a href="https://twitter.com/ComponentsGuide">Twitter</a>
25-
<li class="inline-block"><a href="https://app.usefathom.com/share/lyhmlvid/components.guide">View analytics</a>
23+
<li class="inline-block"><a href="https://github.com/ComponentsTV/components_guide" class="pr-2">View source on GitHub</a>
24+
<li class="inline-block"><a href="https://twitter.com/ComponentsGuide" class="px-2">Twitter</a>
25+
<li class="inline-block"><a href="https://app.usefathom.com/share/lyhmlvid/components.guide" class="px-2">View analytics</a>
2626
</ul>
2727
</nav>
2828
</footer>

0 commit comments

Comments
 (0)