Skip to content

Commit e02ca0a

Browse files
committed
update avatar again
1 parent 57b94da commit e02ca0a

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/pages/index.astro

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ const slug = 'home';
4040

4141
<style>
4242
.zm-intro {
43-
--avatarSize: min(10vw, 180px);
43+
--avatarSize: min(8vw, 180px);
4444
font-family: var(--font-mona);
4545
font-variation-settings:
4646
'wght' 900,
@@ -64,10 +64,9 @@ const slug = 'home';
6464

6565
img {
6666
transition: all 150ms ease-in-out;
67-
transform: rotate(7deg);
6867
position: absolute;
6968
right: 0;
70-
bottom: 100%;
69+
bottom: 80%;
7170
width: var(--avatarSize);
7271
border-radius: 50%;
7372
aspect-ratio: 1 / 1;

0 commit comments

Comments
 (0)