fixed footer design bugs
This commit is contained in:
parent
d351bbc3f1
commit
2499b69823
@ -19,8 +19,10 @@
|
|||||||
</p>
|
</p>
|
||||||
{% include "partials/socialLinks.html" %}
|
{% include "partials/socialLinks.html" %}
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
{{ section.content | safe }}
|
<div class="mt-6 md:mt-0 w-full">
|
||||||
|
{{ section.content | safe }}
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
{{ post.title }}
|
{{ post.title }}
|
||||||
</h3>
|
</h3>
|
||||||
{% if post.description %}
|
{% if post.description %}
|
||||||
<p class="mt-3 text-sm leading-6 text-gray-500 text-left">
|
<p class="mt-3 text-sm font-normal leading-6 text-gray-500 text-left">
|
||||||
{{ post.description }}
|
{{ post.description }}
|
||||||
</p>
|
</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
@ -24,7 +24,7 @@ Parameters:
|
|||||||
|
|
||||||
{% if "lean" in style %}
|
{% if "lean" in style %}
|
||||||
{% set classes = "relative flex flex-col lg:flex-row items-baseline w-full" %}
|
{% set classes = "relative flex flex-col lg:flex-row items-baseline w-full" %}
|
||||||
{% set column_classes = "flex-1" %}
|
{% set column_classes = "flex-1 m-4 md:m-0" %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if "center" in style %}
|
{% if "center" in style %}
|
||||||
|
Reference in New Issue
Block a user