added a footer

This commit is contained in:
Lynne Megido 2020-09-18 00:22:51 +10:00
parent 4f0ac6ef5b
commit 8827adf860
Signed by: lynnesbian
GPG Key ID: F0A184B5213D9F90
2 changed files with 12 additions and 0 deletions

View File

@ -21,6 +21,10 @@
<main @{if (ViewData.ContainsKey("NoMainPadding")) {<text>class = "no-padding"</text>}}>
@RenderBody()
</main>
<footer>
Made by <a href="https://lynnesbian.space">Lynnesbian</a>. Licensed under the <a href="https://www.gnu.org/licenses/agpl-3.0.en.html">Affero GNU Public License 3.0</a>. <a href="https://git.bune.city/lynnesbian/Snootalogue">Source code available</a>.
</footer>
</body>
</html>

View File

@ -112,6 +112,14 @@ main:not(.no-padding) {
padding: 20px;
}
footer {
background-color: #eee;
text-align: center;
font-size: 0.8em;
font-style: italic;
padding: 3px;
}
.documents {
display: flex;
flex-direction: column;