1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 00:15:30 -04:00

remove react-spring dependency

This commit is contained in:
2025-03-08 23:13:32 -05:00
parent 6f31bc53c8
commit e166c63988
18 changed files with 200 additions and 512 deletions

View File

@@ -4,9 +4,6 @@
padding: 0.7em 1.5em;
border-bottom: 1px solid var(--colors-kindaLight);
background-color: var(--colors-backgroundHeader);
transition:
background var(--transitions-fade),
border var(--transitions-fade);
/* make sticky */
position: sticky;