using tailwind to remove padding instead of css

This commit is contained in:
Daniel Miranda 2022-12-08 11:00:09 -08:00
Родитель 5e15e737f4
Коммит 2fbab83d98
2 изменённых файлов: 1 добавлений и 5 удалений

Просмотреть файл

@ -2,7 +2,7 @@
{% load wagtailcore_tags wagtailimages_tags %}
{% block block_container_classes %}
{% if value.image_width == "full_width" %} full-width {% endif %}
tw-px-0 {% if value.image_width == "full_width" %} full-width {% endif %}
{% endblock %}
{% block block_row_classes %}

Просмотреть файл

@ -70,10 +70,6 @@
}
}
.image-block {
@extend .px-0;
}
.mozfest-content {
&.two-col {
@extend .p-0;