Fix image bottom margin in elf show page

This commit is contained in:
Sakura Knoll
2022-01-02 20:19:11 +09:00 Unverified
parent 9e731d2ad3
commit bea58c6e9f
+1 -1
View File
@@ -34,7 +34,7 @@ const ElfShowPage = ({ elf }: ElfShowPageProps) => {
<Heading as='h1'>{elf.name}</Heading>
<Box className='mb-4'>
<Box mb={3}>
<Box
sx={{
position: 'relative',