@mjhls/mjh-framework 1.0.462 → 1.0.463

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # mjh-framework v. 1.0.462
1
+ # mjh-framework v. 1.0.463
2
2
 
3
3
  > Foundation Framework
4
4
 
@@ -2018,7 +2018,7 @@ var Sidebar = function Sidebar(_ref) {
2018
2018
  React__default.createElement(
2019
2019
  'style',
2020
2020
  { jsx: 'true' },
2021
- '\n .sidebar {\n clear: both;\n float: right;\n background-color: #eee;\n width: 40%;\n padding: 1rem;\n margin: 0 0 1rem 1rem;\n }\n @media screen and (max-width: 991px) {\n .sidebar {\n float: none;\n width: auto;\n margin: 1rem 0;\n }\n }\n '
2021
+ '\n .sidebar {\n clear: both;\n float: right;\n background-color: #eee;\n width: 40%;\n padding: 1rem;\n margin: 0 0 1rem 1rem;\n }\n // resolving list items inside sidebar being shifted to center because of unusual margin\n .sidebar ul {\n margin-left: 0;\n padding-left: 2rem;\n }\n @media screen and (max-width: 991px) {\n .sidebar {\n float: none;\n width: auto;\n margin: 1rem 0;\n }\n }\n '
2022
2022
  )
2023
2023
  );
2024
2024
  };
@@ -2012,7 +2012,7 @@ var Sidebar = function Sidebar(_ref) {
2012
2012
  React__default.createElement(
2013
2013
  'style',
2014
2014
  { jsx: 'true' },
2015
- '\n .sidebar {\n clear: both;\n float: right;\n background-color: #eee;\n width: 40%;\n padding: 1rem;\n margin: 0 0 1rem 1rem;\n }\n @media screen and (max-width: 991px) {\n .sidebar {\n float: none;\n width: auto;\n margin: 1rem 0;\n }\n }\n '
2015
+ '\n .sidebar {\n clear: both;\n float: right;\n background-color: #eee;\n width: 40%;\n padding: 1rem;\n margin: 0 0 1rem 1rem;\n }\n // resolving list items inside sidebar being shifted to center because of unusual margin\n .sidebar ul {\n margin-left: 0;\n padding-left: 2rem;\n }\n @media screen and (max-width: 991px) {\n .sidebar {\n float: none;\n width: auto;\n margin: 1rem 0;\n }\n }\n '
2016
2016
  )
2017
2017
  );
2018
2018
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.462",
3
+ "version": "1.0.463",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",