mirror of
https://github.com/placeholder-soft/web.git
synced 2026-04-28 19:05:28 +08:00
tiny viewports now get centered badges (#758)
This commit is contained in:
@@ -19,7 +19,7 @@ function BadgesLoop({
|
||||
currentWalletIsOwner?: boolean;
|
||||
}) {
|
||||
return (
|
||||
<ul className="mb-12 mt-6 flex flex-row flex-wrap gap-8">
|
||||
<ul className="mb-12 mt-6 flex flex-col flex-wrap items-center gap-8 sm:flex-row sm:items-start">
|
||||
{Object.keys(badges).map((badge) => {
|
||||
const hasBadge = !!badges[badge as BadgeNames];
|
||||
const score =
|
||||
|
||||
Reference in New Issue
Block a user