diff --git a/src/components/common/Columns/index.tsx b/src/components/common/Columns/index.tsx index 65459c4f..6901c609 100644 --- a/src/components/common/Columns/index.tsx +++ b/src/components/common/Columns/index.tsx @@ -8,7 +8,7 @@ import styles from './styles.module.scss'; const defaultColumns = { default: 2, - 1280: 1, + 840: 1, }; interface ColumnsProps {