Decrease image size of elf show page
This commit is contained in:
@@ -39,8 +39,8 @@ const ElfShowPage = ({ elf }: ElfShowPageProps) => {
|
|||||||
sx={{
|
sx={{
|
||||||
position: 'relative',
|
position: 'relative',
|
||||||
overflow: 'hidden',
|
overflow: 'hidden',
|
||||||
width: '600px',
|
width: '400px',
|
||||||
height: '600px',
|
height: '400px',
|
||||||
borderRadius: 4,
|
borderRadius: 4,
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
|
|||||||
Reference in New Issue
Block a user