🚨(frontend) fix bundler warning on build
Typo while styling the homepage. Fixed it. Minor issue.
This commit is contained in:
committed by
aleb_the_flash
parent
a5bc66a921
commit
28899a2aaf
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user