We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9d81f2 commit 2abea22Copy full SHA for 2abea22
src/components/editor/section/factions-section.tsx
@@ -149,7 +149,7 @@ export default observer(function FactionSection({ isFiltering }: Props) {
149
</div>
150
</>
151
)}
152
- <div className="grid grid-cols-6 grid-flow-row gap-4">
+ <div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 2xl:grid-cols-4 grid-flow-row gap-4">
153
{filteredFactions.map(([faction, factionData]) => (
154
<Faction key={faction} id={faction} faction={factionData} onSubmit={onSubmit} />
155
))}
0 commit comments