mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-05 03:18:45 +00:00
Pin footer to bottom of page
This commit is contained in:
parent
bf759713bd
commit
f7cea5bec2
2 changed files with 6 additions and 3 deletions
|
@ -5,7 +5,7 @@
|
|||
@{
|
||||
Layout = "Layouts/BaseLayout";
|
||||
}
|
||||
<br>
|
||||
<h1>Authentication</h1>
|
||||
@foreach (AuthenticationAttempt authAttempt in Model.AuthenticationAttempts)
|
||||
{
|
||||
<div style="background-color: lightgray; display: flex; flex-direction: column; vertical-align: center; padding: 3px;">
|
||||
|
|
|
@ -34,11 +34,14 @@
|
|||
<body>
|
||||
@RenderBody()
|
||||
</body>
|
||||
<footer>
|
||||
<footer style="width: 100%; bottom: 0; position: fixed;">
|
||||
<p>Page generated by @GitVersionHelper.FullVersion</p>
|
||||
@if (GitVersionHelper.IsDirty)
|
||||
{
|
||||
<p>This page was generated using a modified version of Project Lighthouse. Please make sure you are properly disclosing the source code to any users who may be using this instance.</p>
|
||||
}
|
||||
</footer>
|
||||
</html>
|
||||
</html>
|
||||
@* width: 100%; *@
|
||||
@* bottom: 0; *@
|
||||
@* position: fixed; *@
|
Loading…
Add table
Add a link
Reference in a new issue