Compare commits
No commits in common. "1496597085c3978727a2e9508e51a484ccfc50fd" and "2f9f28feb047353d80cbe55e0e722b1dba8c243a" have entirely different histories.
1496597085
...
2f9f28feb0
2 changed files with 6 additions and 12 deletions
|
|
@ -1,5 +1,3 @@
|
||||||
@use '/src/styles/breakpoint.sass' as view
|
|
||||||
|
|
||||||
.footer
|
.footer
|
||||||
padding: 1rem 0
|
padding: 1rem 0
|
||||||
margin: 0 2rem
|
margin: 0 2rem
|
||||||
|
|
@ -7,7 +5,3 @@
|
||||||
bottom: 0
|
bottom: 0
|
||||||
width: 100%
|
width: 100%
|
||||||
opacity: 0.8
|
opacity: 0.8
|
||||||
font-size: 1rem
|
|
||||||
|
|
||||||
@media only screen and (max-width: view.$tablet)
|
|
||||||
font-size: 0.75rem
|
|
||||||
|
|
|
||||||
|
|
@ -20,15 +20,15 @@ import PA2 from '../../fwt/images/pat-alcala.webp'
|
||||||
<Button edges="rounded" label="FWT Components" to="/next" />
|
<Button edges="rounded" label="FWT Components" to="/next" />
|
||||||
|
|
||||||
<Footer>
|
<Footer>
|
||||||
<Row content="center" gap={0.5}>
|
<Row content="right" gap={0.5}>
|
||||||
<Image avif={PA1.src} webp={PA2.src} size={100} />
|
<Image avif={PA1.src} webp={PA2.src} size={100} />
|
||||||
<Copyright year="2025" name="Pat Alcala" />
|
<Copyright year="2025" name="Pat Alcala" />
|
||||||
</Row>
|
</Row>
|
||||||
</Footer>
|
</Footer>
|
||||||
</Page>
|
</Page>
|
||||||
|
|
||||||
<style lang="sass">
|
|
||||||
h1
|
|
||||||
color: #3377AC
|
|
||||||
</style>
|
|
||||||
</Layout>
|
</Layout>
|
||||||
|
|
||||||
|
<style lang="sass">
|
||||||
|
h1
|
||||||
|
color: #3377AC
|
||||||
|
</style>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue