fixed footer design bugs

This commit is contained in:
timurgordon
2022-02-25 22:18:30 +03:00
parent d351bbc3f1
commit 2499b69823
3 changed files with 6 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ Parameters:
{% if "lean" in style %}
{% 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 %}
{% if "center" in style %}