Skip to content
Snippets Groups Projects
Commit 455a5982 authored by Tomáš Valenta's avatar Tomáš Valenta Committed by josef.bouse
Browse files

finish homepage without eu section

parent 8a79a444
No related branches found
No related tags found
2 merge requests!861Release: New homepage design,!841Feat/new homepage
......@@ -13,7 +13,7 @@ register_image_format(
Format(
"tailwind_left_400",
"šablona: Vlevo (max 400px)",
"float-left mr-4 mb-6 max-w-[400px] sm:max-w-full object-contain",
"float-left mr-4 mb-6 max-w-[400px] mt-0 sm:max-w-full object-contain",
"max-400x400",
)
)
......@@ -22,7 +22,7 @@ register_image_format(
Format(
"tailwind_left_200",
"šablona: Vlevo (max 200px)",
"float-left mr-4 mb-6 object-contain",
"float-left mr-4 mb-6 mt-0 object-contain",
"max-200x200",
)
)
......@@ -31,7 +31,7 @@ register_image_format(
Format(
"tailwind_right_400",
"šablona: Vpravo (max 400px)",
"float-right ml-4 mb-6 max-w-[400px] sm:max-w-full object-contain",
"float-right ml-4 mb-6 max-w-[400px] mt-0 sm:max-w-full object-contain",
"max-400x400",
)
)
......@@ -40,7 +40,7 @@ register_image_format(
Format(
"tailwind_right_200",
"šablona: Vpravo (max 200px)",
"float-right ml-4 mb-6 object-contain",
"float-right ml-4 mb-6 mt-0 object-contain",
"max-200x200",
)
)
......@@ -495,7 +495,6 @@ class ArticlesMixin:
key_fields_default_values = {
"union_thumb_image_id": F("search_image_id"),
"union_article_type": Value(2, models.PositiveSmallIntegerField()),
}
create_complementary_field = lambda key: (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment