🚨(frontend) fix bundler warning on build

Typo while styling the homepage. Fixed it.
Minor issue.
This commit is contained in:
lebaudantoine
2024-11-17 16:00:11 +01:00
committed by aleb_the_flash
parent a5bc66a921
commit 28899a2aaf

View File

@@ -30,7 +30,7 @@ const Columns = ({ children }: { children?: ReactNode }) => {
minHeight: '100%',
justifyContent: 'normal',
padding: '0 1rem',
width: 'calc(100%-2rem)',
width: 'calc(100% - 2rem)',
opacity: 0,
animation: '.5s ease-in fade 0s forwards',
lg: {