mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-02 01:58:40 +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">
|
<div class="ui container">
|
||||||
<br>
|
<br>
|
||||||
@RenderBody()
|
@RenderBody()
|
||||||
<div style="height: 150px; width: 1px;"></div> @* solves quirk with footer *@
|
<div style="height: 50px; width: 1px;"></div> @* makes it look nicer *@
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<footer class="lighthouse-footer">
|
<footer>
|
||||||
<div class="ui black attached inverted segment">
|
<div class="ui black attached inverted segment">
|
||||||
<div class="ui container">
|
<div class="ui container">
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue