Skip to content

Commit

Permalink
Update Image.js
Browse files Browse the repository at this point in the history
  • Loading branch information
chtrembl committed Jan 5, 2024
1 parent 04594e3 commit 6f4ba65
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ function Image({ data, className, triggerScrollIntoView }) {
style={{ width: '30%', height: 'auto' }}
onLoad={triggerScrollIntoView}
/>
<div className="text-center p-2">{alt}</div>
<div style={{ 'margin-left': '50px;', 'margin-right': '50px;' }} className="text-center p-2">{alt}</div>
</div>
</div>
);
Expand All @@ -35,5 +35,5 @@ export default styled(Image)`
overflow: hidden;
background: none;
color: #212529;
color: #6c757d;
`;

0 comments on commit 6f4ba65

Please sign in to comment.