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