Apply responsive size for cards and images

This commit is contained in:
Sakura Knoll
2022-01-09 20:29:37 +09:00 Unverified
parent 793f2b0e6a
commit 584af953ca
6 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -45,8 +45,8 @@ const ElfShowPage = ({ elf }: ElfShowPageProps) => {
sx={{
position: 'relative',
overflow: 'hidden',
width: '400px',
height: '400px',
width: [300, 400],
height: [300, 400],
borderRadius: 4,
}}
>