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

Template adjustments.

parent 2194b555
No related branches found
No related tags found
1 merge request!43Changes to search functionality.
......@@ -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;
}
......
......@@ -2,7 +2,6 @@
{%block headblock%}
<title> Manage Coworking Spaces </title>
<link rel="stylesheet" href="/static/CSS/Manage_Coworking_Spaces.css">
{%endblock%}
{%block headerblock%}
......
......@@ -4,6 +4,7 @@
<meta charSet="UTF-8">
{%block headblock%}
{%endblock%}
<link rel="stylesheet" href="/static/CSS/Manage_Coworking_Spaces.css">
</head>
<body onLoad="pageLoad()">
......
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