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 @@