From 66891b793c83acfacd29d27a6c2c188e0002c763 Mon Sep 17 00:00:00 2001 From: Ross Date: Sat, 25 Sep 2021 18:22:11 +0100 Subject: [PATCH] . --- anatomy/static/css/anatomy.css | 6 +++++- static/css/anatomy.css | 6 +++++- templates/base.html | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/anatomy/static/css/anatomy.css b/anatomy/static/css/anatomy.css index c4e620c9..c8c06fe2 100644 --- a/anatomy/static/css/anatomy.css +++ b/anatomy/static/css/anatomy.css @@ -130,7 +130,7 @@ button a { } .main-nav-header { - max-width: 50%; + /* max-width: 50%; */ float: right; } @@ -745,4 +745,8 @@ input { float: right; transform: rotate(90deg) translateX(10px); color: blueviolet; +} + +.clear-both { + clear: both; } \ No newline at end of file diff --git a/static/css/anatomy.css b/static/css/anatomy.css index c4e620c9..c8c06fe2 100644 --- a/static/css/anatomy.css +++ b/static/css/anatomy.css @@ -130,7 +130,7 @@ button a { } .main-nav-header { - max-width: 50%; + /* max-width: 50%; */ float: right; } @@ -745,4 +745,8 @@ input { float: right; transform: rotate(90deg) translateX(10px); color: blueviolet; +} + +.clear-both { + clear: both; } \ No newline at end of file diff --git a/templates/base.html b/templates/base.html index b5ed160a..3619986b 100644 --- a/templates/base.html +++ b/templates/base.html @@ -79,7 +79,7 @@
{% block navigation %} {% endblock %} -
+
{% block content %} {% endblock %}