Skip to content
Snippets Groups Projects
Commit 2194b555 authored by Liam Driscoll's avatar Liam Driscoll
Browse files

Fixing footer issues.

parent ebd35e8d
No related branches found
No related tags found
1 merge request!43Changes to search functionality.
...@@ -17,6 +17,9 @@ overflow, float, display ...@@ -17,6 +17,9 @@ overflow, float, display
} }
body { body {
display: flex;
min-height: 100vh;
flex-direction: column;
margin: 0; margin: 0;
padding: 0; padding: 0;
} }
...@@ -125,7 +128,9 @@ main #pageMain ...@@ -125,7 +128,9 @@ main #pageMain
*/ */
#pageMain {} #pageMain {
flex: 1;
}
#recordForm { #recordForm {
margin-left: 5px; margin-left: 5px;
......
...@@ -44,10 +44,6 @@ ...@@ -44,10 +44,6 @@
<br> <br>
<span id="DEBUGserverMessage"> </span> <span id="DEBUGserverMessage"> </span>
<br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br>
<br><br><br><br><br><br><br><br><br><br><br><br>
{%endblock%} {%endblock%}
{%block jsblock%} {%block jsblock%}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment