mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Improve mobile layout
This commit is contained in:
parent
e6b804ef35
commit
e512fcd9f3
1 changed files with 3 additions and 0 deletions
|
|
@ -44,6 +44,9 @@ export default function Home(): JSX.Element {
|
|||
width: '646px',
|
||||
gap: '40px',
|
||||
minHeight: '100vh',
|
||||
'@mdDown': {
|
||||
width: '100%',
|
||||
},
|
||||
}}
|
||||
>
|
||||
{homeData.sections?.map((homeSection, idx) => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue