feat: updates

This commit is contained in:
qier222 2022-06-30 00:02:21 +08:00
parent 793db0127c
commit 0b4baa3eff
No known key found for this signature in database
GPG key ID: 9C85007ED905F14D
8 changed files with 141 additions and 76 deletions

View file

@ -23,7 +23,7 @@ const Header = ({ artist }: { artist?: Artist }) => {
>
<Image
className={cx(
'z-10 aspect-square lg:rounded-24',
'aspect-square lg:z-10 lg:rounded-24',
css`
grid-area: cover;
`