added footer
This commit is contained in:
@@ -2,13 +2,21 @@
|
|||||||
const year = new Date().getFullYear();
|
const year = new Date().getFullYear();
|
||||||
---
|
---
|
||||||
|
|
||||||
<footer>© vaporvee 2021-{year}</footer>
|
<footer>
|
||||||
|
© vaporvee 2021-{year} 🞄 <a href="https://github.com/vaporvee/web"
|
||||||
|
>Sourcecode</a
|
||||||
|
>
|
||||||
|
</footer>
|
||||||
|
|
||||||
<style lang="scss">
|
<style lang="scss">
|
||||||
footer {
|
footer {
|
||||||
display: inline-flexbox;
|
display: inline-flexbox;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: -7vh;
|
margin: 5vh;
|
||||||
|
bottom: 0;
|
||||||
|
a {
|
||||||
|
color: white;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
@@ -13,7 +13,6 @@ main {
|
|||||||
background-image: url("/diagonal_lines_home.png");
|
background-image: url("/diagonal_lines_home.png");
|
||||||
height: 73vh;
|
height: 73vh;
|
||||||
margin-left: -1vw;
|
margin-left: -1vw;
|
||||||
margin-bottom: 13vh;
|
|
||||||
width: 90.4vw;
|
width: 90.4vw;
|
||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
padding-left: 10vw;
|
padding-left: 10vw;
|
||||||
|
Reference in New Issue
Block a user