mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Improve spacing on smaller screens
This commit is contained in:
parent
99622f592a
commit
7df606b15a
1 changed files with 5 additions and 0 deletions
|
|
@ -57,6 +57,7 @@ export function HomeContainer(): JSX.Element {
|
|||
gap: '50px',
|
||||
minHeight: '100vh',
|
||||
'@mdDown': {
|
||||
gap: '40px',
|
||||
width: '100%',
|
||||
},
|
||||
}}
|
||||
|
|
@ -200,6 +201,9 @@ const TopPicksHomeSection = (props: HomeSectionProps): JSX.Element => {
|
|||
css={{
|
||||
width: '100%',
|
||||
gap: '20px',
|
||||
'@mdDown': {
|
||||
gap: '10px',
|
||||
},
|
||||
}}
|
||||
>
|
||||
<SpanBox
|
||||
|
|
@ -510,6 +514,7 @@ const TopicPickHomeItemView = (props: HomeItemViewProps): JSX.Element => {
|
|||
cursor: 'pointer',
|
||||
borderRadius: '5px',
|
||||
'@mdDown': {
|
||||
pt: '15px',
|
||||
borderRadius: '0px',
|
||||
},
|
||||
'&:hover': {
|
||||
|
|
|
|||
Loading…
Reference in a new issue