dasig-static/@dasig/components/Footer.astro
2026-03-24 19:27:19 +08:00

23 lines
372 B
Text

---
---
<footer class="dasig-footer">
<small><slot /></small>
</footer>
<style lang="sass">
@use '../../configs/design/sizes' as view
.dasig-footer
padding: 1rem 0
margin: 0 2rem
position: fixed
bottom: 0
width: 100%
opacity: 0.8
font-size: 1rem
@media only screen and (max-width: view.$tablet)
font-size: 0.75rem
</style>