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

fix sizing

parent 25b0cf05
Branches
No related tags found
2 merge requests!912fix sizing,!911Fix image sizing
Pipeline #16472 passed
...@@ -1264,8 +1264,10 @@ img.full-width { ...@@ -1264,8 +1264,10 @@ img.full-width {
-o-object-fit: contain -o-object-fit: contain
} }
.h-max { @media screen and (max-width: 991px) {
height: max-content; .lg\:h-max {
height: max-content;
}
} }
/* END TailwindCSS-based image formatting */ /* END TailwindCSS-based image formatting */
...@@ -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)",
"w-full mx-auto my-6 object-contain h-max", "w-full mx-auto my-6 object-contain h-max lg:h-max",
"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