You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my interpretation, it should not wrap flex items for medium screen and larger (flex-wrap md:flex-no-wrap on the parent div).
But when I try to change the width of image and content from md:w-1/2 (each) to md:w-2/3 for the image and md:w-1/3 for the content, these two items do get wrapped.
If you consider that this issues is more an issue of Tailwind and not so much of Grav + Typhoon, please feel free to close this issue.
Thanks,
Sebastian
The text was updated successfully, but these errors were encountered:
You need to make sure you are recompiling Tailwind CSS when you make changes that are using a new class. This is because Tailiwind rebuilds the CSS to use ONLY the CSS you are using. It doesn't include everything by default.
Hi there,
I am using Grav 8.1.12 with the latest Typhoon theme.
I am trying to adjust the modular/image-block.html.twig template, which originally looks like that (extract):
In my interpretation, it should not wrap flex items for medium screen and larger (
flex-wrap md:flex-no-wrap
on the parent div).But when I try to change the width of image and content from
md:w-1/2
(each) tomd:w-2/3
for the image andmd:w-1/3
for the content, these two items do get wrapped.If you consider that this issues is more an issue of Tailwind and not so much of Grav + Typhoon, please feel free to close this issue.
Thanks,
Sebastian
The text was updated successfully, but these errors were encountered: