Fix rep and favor alignment for SoA

This commit is contained in:
nickofolas 2022-04-23 11:29:55 -05:00
parent c6cb70a117
commit f676e8bc9b

@ -150,7 +150,14 @@ export function AugmentationsPage(props: IProps): React.ReactElement {
Augmentations are powerful upgrades that will enhance your abilities.
<br />
</Typography>
<Box sx={{ display: "grid", gridTemplateColumns: "repeat(3, 1fr)", justifyItems: "center", my: 1 }}>
<Box
sx={{
display: "grid",
gridTemplateColumns: `repeat(${props.faction.name === FactionNames.ShadowsOfAnarchy ? "2" : "3"}, 1fr)`,
justifyItems: "center",
my: 1,
}}
>
<Tooltip
title={
<Typography>