Merge pull request #435 from omnivore-app/fix/article-actions-width

Adjust article actions width to center under logo
This commit is contained in:
Jackson Harper 2022-04-18 09:55:41 -07:00 committed by GitHub
commit 625cc2b749
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -192,7 +192,7 @@ export default function Home(): JSX.Element {
top: '-120px',
left: 8,
height: '100%',
width: '48px',
width: '35px',
'@lgDown': {
display: 'none',
},