.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -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
@@ -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 %}
|
||||
|
||||
Reference in New Issue
Block a user