feat: footer improvements

This commit is contained in:
Ayo 2023-06-18 13:25:19 +02:00
parent c7e48939c4
commit d0954e387f

View file

@ -7,12 +7,11 @@ import Icon from 'astro-iconify'
<p>Remove distractions. Save for later.</p> <p>Remove distractions. Save for later.</p>
<p>No sign-ups. No setups. It just works.</p> <p>No sign-ups. No setups. It just works.</p>
<p> <p>
<a href="https://github.com/ayoayco/cozy" target="_blank">Star on GitHub to support!</a> <a href="https://github.com/ayoayco/cozy">Star on GitHub to support!</a>
</p> </p>
<p class="footer__attribution"> <p class="footer__attribution">
Hand-crafted with <Icon name="line-md:heart" /> by <a href="https://ayo.ayco.io" target="_blank" <a href="http://ayos.blog/building-a-cozy-web/">Hand-crafted</a> with <Icon name="line-md:heart" /> by <a href="https://ayo.ayco.io">Ayo Ayco</a
>Ayo Ayco</a
> >
</p> </p>
@ -22,7 +21,6 @@ import Icon from 'astro-iconify'
<style lang="scss"> <style lang="scss">
.footer { .footer {
width: 100%; width: 100%;
max-width: 350px;
margin: 0 auto; margin: 0 auto;
text-align: center; text-align: center;
color: #333; color: #333;
@ -46,9 +44,5 @@ import Icon from 'astro-iconify'
font-weight: bold; font-weight: bold;
font-size: 1.2rem; font-size: 1.2rem;
} }
&__attribution a {
font-weight: bold;
}
} }
</style> </style>