hee hoo image placement

This commit is contained in:
erin 2023-07-19 18:22:21 -04:00
parent 9dd0f5058a
commit aa689363f4
3 changed files with 10 additions and 1 deletions

View file

@ -357,4 +357,9 @@ ul {
// transform: scale(calc(100% * var(--pixel-scale)));
// transform-origin: bottom;
}
:first-child {
margin-inline-end: -6rem;
margin-bottom: -5rem;
}
}