style: add styles in style block
This commit is contained in:
parent
3bbbd1b606
commit
42fd2312b8
@ -9,7 +9,7 @@
|
|||||||
<p class="hero-subtitle">{{ greeting_subtitle }}</p>
|
<p class="hero-subtitle">{{ greeting_subtitle }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</div>
|
</div>
|
||||||
<div class="search-container mt-4" style="max-width: 500px;">
|
<div class="search-container">
|
||||||
<div class="website-search" id="search-container">
|
<div class="website-search" id="search-container">
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
<div class="search-icon">
|
<div class="search-icon">
|
||||||
@ -81,7 +81,6 @@
|
|||||||
</div>
|
</div>
|
||||||
</section>
|
</section>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
||||||
{%- block script -%}
|
{%- block script -%}
|
||||||
@ -91,3 +90,12 @@
|
|||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
{%- endblock -%}
|
{%- endblock -%}
|
||||||
|
|
||||||
|
{%- block style -%}
|
||||||
|
<style>
|
||||||
|
.search-container {
|
||||||
|
margin-top: 1.2rem;
|
||||||
|
max-width: 500px;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
{%- endblock -%}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user