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

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',
},