diff --git a/src/10th/Roster.jsx b/src/10th/Roster.jsx index 4967c4a..11777a1 100644 --- a/src/10th/Roster.jsx +++ b/src/10th/Roster.jsx @@ -848,7 +848,7 @@ const InvulRow = ({ hasInvul }) => { marginTop: -2, marginLeft: "-6rem", paddingLeft: "6.4rem", - paddingRight: "1.2rem", + paddingRight: "0.4rem", paddingTop: 2, paddingBottom: 1, backgroundColor: "var(--primary-color)", @@ -1038,7 +1038,7 @@ const removeKeywordsSet = new Set([ ]); const Keywords = ({ keywords }) => { - const joinedKeywords = [...keywords].filter(key => !removeKeywordsSet.has(key)).join(", ") + const joinedKeywords = [...keywords].filter(key => !removeKeywordsSet.has(key)).join("; ") return (
{ gap: 3, }} > - KEYWORDS: - KEYWORDS: + 70 ? ".8em" : "1em", fontWeight: 800, - marginTop: 1, }} > {joinedKeywords} @@ -1093,10 +1092,10 @@ const Factions = ({ factions }) => { minHeight: 54, }} > - + FACTION KEYWORDS: - + {[...factions].join(", ")}