refactor: tweak it harder

This commit is contained in:
Sped0n
2024-03-17 16:08:40 +08:00
parent f56bc882db
commit b7bf7e50f8

View File

@@ -3,12 +3,12 @@
flex-direction: column;
gap: 20vh;
padding-top: calc(var(--window-height) * 0.4);
padding-top: calc(var(--window-height) * 0.35);
margin-top: calc(var(--nav-height) * -1);
img {
position: sticky;
top: calc(var(--window-height) * 0.4);
top: calc(var(--window-height) * 0.35);
width: 60vw;
height: 20vh;
@@ -19,7 +19,7 @@
align-self: center;
&:last-child {
margin-bottom: calc(var(--window-height) * 0.35);
margin-bottom: calc(var(--window-height) * 0.4);
}
}
}