Change kaehmy header html class name
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
|
||||
.header-content .logo img {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: auto;
|
||||
margin: auto;
|
||||
}
|
||||
@@ -20,7 +19,7 @@
|
||||
}
|
||||
|
||||
@media screen and (min-width: 1000px) {
|
||||
.header-content {
|
||||
.kaehmy_header-content {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
top: 0;
|
||||
@@ -28,9 +27,7 @@
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.header {
|
||||
.kaehmy_header {
|
||||
margin-bottom: 331px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block header %}
|
||||
<div class="header">
|
||||
<div class="kaehmy_header">
|
||||
{% include "kaehmy_header.html" %}
|
||||
</div>
|
||||
{% endblock header %}
|
||||
{% endblock header %}
|
||||
|
||||
Reference in New Issue
Block a user