aboutsummaryrefslogtreecommitdiffstats
path: root/Web/Server/templates/base.html
diff options
context:
space:
mode:
Diffstat (limited to 'Web/Server/templates/base.html')
-rw-r--r--Web/Server/templates/base.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/Web/Server/templates/base.html b/Web/Server/templates/base.html
index e253819..a1bc09b 100644
--- a/Web/Server/templates/base.html
+++ b/Web/Server/templates/base.html
@@ -10,9 +10,6 @@
<button class="button" onclick="toggleAbout()">About</button>
- <br>
- <br>
-
<div id="about">
<h2 id="subtitle">
By Alin Butoi, Paul D’Amico, Dat Nguyen, Ross Olson, Rachel Schow <br>
@@ -42,7 +39,7 @@
<br>
</nav>
- <div class = "container">
+ <div id="main">
{% block content %}
default content
{% endblock %}