Closed cmdea closed 2 years ago
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Name | Status | Preview | Updated |
---|---|---|---|
dept-engineering-blog-ui | ✅ Ready (Inspect) | Visit Preview | May 9, 2022 at 6:57PM (UTC) |
Alright, I think I've resolved all the things
Started refactoring the Header components and determined it would be prudent to address the SiteNav refactorings in the same PR.
I discussed with Briana and began using
@emotion/styled
to refactor and lay the basis for more maintainable styles going forward.I implemented the basis of a spacings system in
components/common/spacings.ts
and then took some liberties with the paddings and margins used in the Header and SiteNav. There are slight visual differences (a pixel or two here and there), but the code is much improved imho.issue #42 https://github.com/deptagency/dept-engineering-blog-ui/issues/41