Tailwind provides grid utilities to create columns of equal width given any arbitrary row width.
Norska adds the ability to set repeating columns of any width using the .grid-cols-w-*
classes. This will use the repeat(auto-fill, minmax(*, 1fr))
syntax. This will enforce a minimum width for each element and wrap overflowing elements on a new line.