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 ...@@ -17,11 +17,13 @@ overflow, float, display
} }
body { body {
margin: 0;
padding: 0;
/* Below styling used for footer position. */
display: flex; display: flex;
min-height: 100vh; min-height: 100vh;
flex-direction: column; flex-direction: column;
margin: 0;
padding: 0;
} }
ul, li { ul, li {
...@@ -129,6 +131,7 @@ main #pageMain ...@@ -129,6 +131,7 @@ main #pageMain
*/ */
#pageMain { #pageMain {
/* Below styling used for footer position. */
flex: 1; flex: 1;
} }
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
{%block headblock%} {%block headblock%}
<title> Manage Coworking Spaces </title> <title> Manage Coworking Spaces </title>
<link rel="stylesheet" href="/static/CSS/Manage_Coworking_Spaces.css">
{%endblock%} {%endblock%}
{%block headerblock%} {%block headerblock%}
......
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
<meta charSet="UTF-8"> <meta charSet="UTF-8">
{%block headblock%} {%block headblock%}
{%endblock%} {%endblock%}
<link rel="stylesheet" href="/static/CSS/Manage_Coworking_Spaces.css">
</head> </head>
<body onLoad="pageLoad()"> <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