Fix
Style Nested Lists
You could always create nested bullet and number listed in our rich text editor, but now they are properly displayed on job postings and developer broadcasts.
Fix layout bug on the home page
Fixed a small flexbox
bug on the home page. The icons and text were not aligning correctly.
Fix typo in developer profiles
Thanks to Shawn Smith for pointing out the typo of "Contract project s" (added space before the "s").
Interesting how in Vue.js, a <template v-if="true"></template>
can create blank spaces where you don't want them.