Skip to content
Snippets Groups Projects
Commit 6077d281 authored by Tomáš Valenta's avatar Tomáš Valenta
Browse files

update centered max-w-800px image template

parent ee93c838
No related branches found
No related tags found
2 merge requests!876Fix shared articles & release elections web,!873update centered max-w-800px image template
Pipeline #16199 passed
...@@ -1231,12 +1231,8 @@ img.full-width { ...@@ -1231,12 +1231,8 @@ img.full-width {
margin-bottom: 1.5rem margin-bottom: 1.5rem
} }
.max-w-\[800px\] { .w-full {
max-width: 800px width: 100%
}
.lg\:max-w-full{
max-width: 100%
} }
.float-left{ .float-left{
......
...@@ -4,7 +4,7 @@ register_image_format( ...@@ -4,7 +4,7 @@ register_image_format(
Format( Format(
"tailwind_center_800", "tailwind_center_800",
"šablona: Uprostřed (max 800px)", "šablona: Uprostřed (max 800px)",
"mx-auto my-6 max-w-[800px] lg:max-w-full object-contain", "w-full mx-auto my-6 object-contain",
"max-800x800", "max-800x800",
) )
) )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment