mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-07-29 16:38:37 +00:00
Make footer stop following the view
This commit is contained in:
parent
72a8654c2f
commit
05acedcdc7
1 changed files with 2 additions and 2 deletions
|
@ -60,10 +60,10 @@
|
|||
<div class="ui container">
|
||||
<br>
|
||||
@RenderBody()
|
||||
<div style="height: 150px; width: 1px;"></div> @* solves quirk with footer *@
|
||||
<div style="height: 50px; width: 1px;"></div> @* makes it look nicer *@
|
||||
</div>
|
||||
</body>
|
||||
<footer class="lighthouse-footer">
|
||||
<footer>
|
||||
<div class="ui black attached inverted segment">
|
||||
<div class="ui container">
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue