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
}
body {
display: flex;
min-height: 100vh;
flex-direction: column;
margin: 0;
padding: 0;
}
......@@ -125,7 +128,9 @@ main #pageMain
*/
#pageMain {}
#pageMain {
flex: 1;
}
#recordForm {
margin-left: 5px;
......
......@@ -44,10 +44,6 @@
<br>
<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%}
{%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