// tailwind.config.jsmodule.exports={theme:{extend:{gridColumn:{+'span-16':'span 16 / span 16',}}} We use this internally for ourcol-span-{n}utilities. Note that since this configures thegrid-columnshorthand property directly, we include the wordspandirectly in the value name, it’sno...
"pt-2" : "pt-8", "flex items-center gap-1 pl-2 text-sm font-bold text-zinc-800 dark:text-neutral-400") if (view === FeedViewType.SocialMedia) { return <SocialMediaDateItem date={date} className={className} /> } return ( <MarkAllButton className="size-7 text-base" filter=...
{ + grid-template-columns: 1fr; + grid-gap: 3em; + justify-items: center; + } + .feature h3 { + font-size: 34px; + font-size: min(34px, max(4vw, 22px)); + text-align: center; + } + .feature :global(.show-on-mobile) { + display: block; + } +} diff --git...