Skip to content
Snippets Groups Projects

Changes to search functionality.

Merged Liam Driscoll requested to merge 22-hotfix-templating-directory into development
3 files
+ 6
3
Compare changes
  • Side-by-side
  • Inline
Files
3
@@ -17,11 +17,13 @@ overflow, float, display
}
body {
margin: 0;
padding: 0;
/* Below styling used for footer position. */
display: flex;
min-height: 100vh;
flex-direction: column;
margin: 0;
padding: 0;
}
ul, li {
@@ -129,6 +131,7 @@ main #pageMain
*/
#pageMain {
/* Below styling used for footer position. */
flex: 1;
}
Loading