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 {
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;
}
+5 -1
View File
@@ -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;
}
+1 -1
View File
@@ -79,7 +79,7 @@
<div class="content container">
{% block navigation %}
{% endblock %}
<div class="row">
<div class="row clear-both">
<div class="col-md-12">
{% block content %}
{% endblock %}