Replies: 2 comments 4 replies
-
Are you running Laravel Mix? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Does it work if you drop that code into https://play.tailwindcss.com/? I'm guessing its something with your local build process because at first look the tailwind looks right. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am following the Statamic tutorial collection on YouTube and have created some placeholder blogs, with this index page:
When I navigate to the page though, I see that they only display on a single row, and that
grid-cols-2
is making the first two blogs 0 width:If I change to
grid-cols-3
, I get this:Can anyone explain what is happening here?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions