218664dfcc
* (ISSUE-9353) Fix pinned item alignment - Get rid of justify-content: space-between to allow flex-start default to be used - Add margin to direct children (item-wrappers) * Issue-9353: Change selector to & > div instead of just > for more explicit selection of direct child divs * Fix rewards item spacing to match Zeplin mockups - Make sure horizontal/vertical spacing between items is 16px - Add use of grid if supported, else use flex
/website/client contains the source files for the new client side that is being developed as part of the Habitica.com redesign. Static assets for the new client can be found in website/static.
The old client side files can be found in /website/client-old, they are still used on Habitica.com while the redesign is in progress.