freeCodeCamp/client
eolculnamo2 5b1278a725 style(Settings): Improve mobile responsiveness of settings page
added flex wrap to many of the flexed items targeted at mobile with
media queries so they would properly collapse. Also off set the -15px
horizontal margins added by react bootstrap which made much of the text
touch the side of the screen.

BREAKING CHANGE: none
2018-06-30 19:46:21 +05:30
..
epics fix(user/settings): Add theme server validations 2018-01-30 17:14:33 -08:00
less style(Settings): Improve mobile responsiveness of settings page 2018-06-30 19:46:21 +05:30
utils Feat: Welcome Page (#17150) 2018-05-15 10:42:05 +05:30
cold-reload.js Add webpack cold reloading 2016-07-28 23:39:17 -07:00
frame-runner.js Feat: react redux migration (#16200) 2017-12-18 15:04:03 -06:00
index.js chore(opbeat): Remove opbeat react logging (#17173) 2018-05-16 15:22:43 +01:00
main.js chore(package): Update Font Awesome and remove Ionicon dependency (#17497) 2018-06-22 01:46:17 +05:30
README.md Fixed grammar and put a full stop. 2016-01-04 12:16:26 +05:30

This is the entry point for the client code. Code that should run only on the client should be put here.

NOTE(berks): For react specific stuff this should be the entry point