make it look nicer?

This commit is contained in:
Aria Moradi 2021-05-14 02:01:28 +04:30
parent 3cfce2db04
commit bce8d58845

View File

@ -85,7 +85,7 @@ function LazyImage(props: IProps) {
ref={ref}
src={imageSrc}
alt={`Page #${index}`}
style={{ width: '100%' }}
style={{ width: '100%', maxWidth: '95vw' }}
/>
);
}