Added a bit more comment AND CREDITgit pushgit push

This commit is contained in:
Zergling_man 2022-05-31 00:59:57 +10:00
parent 678204ec71
commit e87f45bcd8
2 changed files with 3 additions and 1 deletions

View File

@ -10,6 +10,7 @@
</script>Need to add a timer to remove it first. I'm not *that* mean. Credit: https://soc.punktrash.club/objects/bfe4fc29-96d5-4f90-9f9e-4092e7c273a4-->
</head>
<body>
<!--Move navbar to the bottom and use flex to reorder it to the top, so it isn't as intrusive without CSS.-->
<main>
{% autoescape off %}{{ content }}{% endautoescape %}
</main>

View File

@ -6,7 +6,8 @@ body
margin: 0px;
padding: 0px;
/*Move navbar to the bottom and use flex to reorder it to the top, so it isn't as intrusive without CSS.*/
/*Move navbar to the bottom and use flex to reorder it to the top, so it isn't as intrusive without CSS.
Thanks to @heftig:archlinux.org (matrix) for showing me this.*/
display: flex;
flex-direction: column;
}