mirror of
https://github.com/Sped0n/bridget.git
synced 2026-04-21 21:49:31 -07:00
refactor: tweak it harder
This commit is contained in:
@@ -3,12 +3,12 @@
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
gap: 20vh;
|
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);
|
margin-top: calc(var(--nav-height) * -1);
|
||||||
|
|
||||||
img {
|
img {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
top: calc(var(--window-height) * 0.4);
|
top: calc(var(--window-height) * 0.35);
|
||||||
|
|
||||||
width: 60vw;
|
width: 60vw;
|
||||||
height: 20vh;
|
height: 20vh;
|
||||||
@@ -19,7 +19,7 @@
|
|||||||
align-self: center;
|
align-self: center;
|
||||||
|
|
||||||
&:last-child {
|
&:last-child {
|
||||||
margin-bottom: calc(var(--window-height) * 0.35);
|
margin-bottom: calc(var(--window-height) * 0.4);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user