This commit is contained in:
Ross
2021-09-25 18:22:11 +01:00
parent 230be9a717
commit 66891b793c
3 changed files with 11 additions and 3 deletions
+5 -1
View File
@@ -130,7 +130,7 @@ button a {
} }
.main-nav-header { .main-nav-header {
max-width: 50%; /* max-width: 50%; */
float: right; float: right;
} }
@@ -746,3 +746,7 @@ input {
transform: rotate(90deg) translateX(10px); transform: rotate(90deg) translateX(10px);
color: blueviolet; color: blueviolet;
} }
.clear-both {
clear: both;
}
+5 -1
View File
@@ -130,7 +130,7 @@ button a {
} }
.main-nav-header { .main-nav-header {
max-width: 50%; /* max-width: 50%; */
float: right; float: right;
} }
@@ -746,3 +746,7 @@ input {
transform: rotate(90deg) translateX(10px); transform: rotate(90deg) translateX(10px);
color: blueviolet; color: blueviolet;
} }
.clear-both {
clear: both;
}
+1 -1
View File
@@ -79,7 +79,7 @@
<div class="content container"> <div class="content container">
{% block navigation %} {% block navigation %}
{% endblock %} {% endblock %}
<div class="row"> <div class="row clear-both">
<div class="col-md-12"> <div class="col-md-12">
{% block content %} {% block content %}
{% endblock %} {% endblock %}