Added footer
Signed-off-by: Louis Vallat <louis@louis-vallat.xyz>
This commit is contained in:
parent
3ba34f7b92
commit
04886d403e
@ -1,8 +1,10 @@
|
|||||||
</body>
|
</body>
|
||||||
|
|
||||||
<!-- Toggle Dark and Light modes -->
|
<footer>
|
||||||
<script>
|
<p>
|
||||||
|
License: <a href="https://choosealicense.com/licenses/gpl-3.0/" target="_blank">G.P.L. v3</a><br>
|
||||||
</script>
|
Made with ❤ and Open Source Software</a>
|
||||||
|
</p>
|
||||||
|
</footer>
|
||||||
|
|
||||||
</html>
|
</html>
|
@ -122,6 +122,10 @@ em, i {
|
|||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
footer {
|
||||||
|
font-size: 14px;
|
||||||
|
}
|
||||||
|
|
||||||
@media screen and (max-width: 992px) {
|
@media screen and (max-width: 992px) {
|
||||||
body {
|
body {
|
||||||
margin-right: 10vw;
|
margin-right: 10vw;
|
||||||
|
Loading…
Reference in New Issue
Block a user