mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Padding on the top of articles shouldnt change with breakpoints
This commit is contained in:
parent
c9f85881d3
commit
e4b717c3e2
1 changed files with 1 additions and 0 deletions
|
|
@ -312,6 +312,7 @@ export function ArticleContainer(props: ArticleContainerProps): JSX.Element {
|
|||
},
|
||||
'@mdDown': {
|
||||
padding: '15px',
|
||||
paddingTop: '80px',
|
||||
},
|
||||
}}
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in a new issue