diff --git a/app/src/components/categorydescription.js b/app/src/components/categorydescription.js index 587165d..a29689d 100644 --- a/app/src/components/categorydescription.js +++ b/app/src/components/categorydescription.js @@ -5,7 +5,7 @@ export default ({categoryName}) => { return (

- Mind expanding books on {categoryName} + {categoryName}

) diff --git a/app/src/components/header.js b/app/src/components/header.js index 63ad7af..76c705c 100644 --- a/app/src/components/header.js +++ b/app/src/components/header.js @@ -3,12 +3,11 @@ import PropTypes from "prop-types" import React from "react" const Header = ({ siteTitle }) => ( -
+

diff --git a/app/src/styles/global.css b/app/src/styles/global.css index e69de29..989d162 100644 --- a/app/src/styles/global.css +++ b/app/src/styles/global.css @@ -0,0 +1,3 @@ +.custom-header{ + position: fixed; +} diff --git a/app/src/styles/sidebar.css b/app/src/styles/sidebar.css index 2c31476..25184bc 100644 --- a/app/src/styles/sidebar.css +++ b/app/src/styles/sidebar.css @@ -4,8 +4,9 @@ bottom: 0; left: 0; min-height: 100vh !important; - padding: 48px 0 0; + margin: 70px 0 0; box-shadow: inset -1px 0 0 rgba(0, 0, 0, 0.1); + width: max-content; } #sidebar-wrapper { min-height: 100vh !important; @@ -20,7 +21,6 @@ padding: 0.875rem 1.25rem; font-size: 1.2rem; } - #page-content-wrapper { min-width: 0; width: 100%;