Skip to content
Snippets Groups Projects

Changes to search functionality.

Files

@@ -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