Added footer

Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
Louis Vallat 2021-03-11 23:13:41 +01:00
parent 3ba34f7b92
commit 04886d403e
2 changed files with 10 additions and 4 deletions

View File

@ -1,8 +1,10 @@
</body>
<!-- Toggle Dark and Light modes -->
<script>
</script>
<footer>
<p>
License: <a href="https://choosealicense.com/licenses/gpl-3.0/" target="_blank">G.P.L. v3</a><br>
Made with ❤ and Open Source Software</a>
</p>
</footer>
</html>

View File

@ -122,6 +122,10 @@ em, i {
margin-left: 10px;
}
footer {
font-size: 14px;
}
@media screen and (max-width: 992px) {
body {
margin-right: 10vw;