mirror of
https://github.com/ChenQihan666/MyBlog-Next.git
synced 2026-08-14 11:29:33 +08:00
Update Hr with noPadding prop
This commit is contained in:
@@ -4,7 +4,7 @@ import LinkButton from "./LinkButton.astro";
|
|||||||
---
|
---
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<Hr className="px-0" />
|
<Hr noPadding />
|
||||||
<div class="footer-wrapper">
|
<div class="footer-wrapper">
|
||||||
<div class="social-icons">
|
<div class="social-icons">
|
||||||
<LinkButton href="https://github.com/satnaing" className="link-button">
|
<LinkButton href="https://github.com/satnaing" className="link-button">
|
||||||
@@ -49,6 +49,9 @@ import LinkButton from "./LinkButton.astro";
|
|||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
<style>
|
<style>
|
||||||
|
footer {
|
||||||
|
@apply mt-auto w-full;
|
||||||
|
}
|
||||||
.footer-wrapper {
|
.footer-wrapper {
|
||||||
@apply py-6 sm:py-4 flex flex-col sm:flex-row-reverse justify-between items-center;
|
@apply py-6 sm:py-4 flex flex-col sm:flex-row-reverse justify-between items-center;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user