added a footer
This commit is contained in:
parent
4f0ac6ef5b
commit
8827adf860
2 changed files with 12 additions and 0 deletions
|
@ -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>
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue