Updated the Access.jsx

This commit is contained in:
2023-07-08 22:13:50 +02:00
parent b64f62bb90
commit eb54c4ad93

View File

@ -10,7 +10,7 @@ export const Access = () => (
<Typography variant="h4" fontWeight={700} color="black">Erhalte Zugriff auf alles von
LicenseAPI</Typography>
<Stack direction="row" justifyContent="center" alignItems="center" sx={{mt: 5}} gap={8}>
<Stack direction="row" justifyContent="center" alignItems="center" sx={{mt: 5}} gap={8} flexWrap="wrap">
<AccessItem title="Base" image={BaseImage}/>
<AccessItem title="Auth" image={AuthImage}/>
<AccessItem title="Drive" image={DriveImage}/>