diff --git a/webpage/static/webpage/css/style.css b/webpage/static/webpage/css/style.css index 7d6e871..b836aa7 100644 --- a/webpage/static/webpage/css/style.css +++ b/webpage/static/webpage/css/style.css @@ -157,4 +157,7 @@ label:first-letter { .navbar { border-bottom: 5px solid #88dbdf; margin-bottom: 20px; +} +.helpdesk{ + margin-left: auto !important; } \ No newline at end of file diff --git a/webpage/static/webpage/css/style.less b/webpage/static/webpage/css/style.less deleted file mode 100644 index e69de29..0000000 diff --git a/webpage/templates/webpage/base.html b/webpage/templates/webpage/base.html index af7ecb7..2e6b976 100644 --- a/webpage/templates/webpage/base.html +++ b/webpage/templates/webpage/base.html @@ -2,7 +2,7 @@ {% load static %} {% load webpage_extras %} {% load browsing_extras %} - + @@ -50,13 +50,13 @@ {% endblock %} - + {% include 'webpage/partials/navbar.html' %} - - -
- {% block content %}{% endblock %} -
+
+
+ {% block content %}{% endblock %} +
+
{% include 'webpage/partials/footer.html' %}