Smaller sidebar, visible header (#250)
This commit is contained in:
@@ -5,7 +5,7 @@ export default ({categoryName}) => {
|
||||
return (
|
||||
<div aria-labelledby="category-description">
|
||||
<h2 id="category-description">
|
||||
Mind expanding books on {categoryName}
|
||||
{categoryName}
|
||||
</h2>
|
||||
</div>
|
||||
)
|
||||
|
||||
@@ -3,12 +3,11 @@ import PropTypes from "prop-types"
|
||||
import React from "react"
|
||||
|
||||
const Header = ({ siteTitle }) => (
|
||||
<header className="my-1 bg-red" aria-labelledby='main-title'>
|
||||
<header className="my-1 bg-red custom-header" aria-labelledby='main-title'>
|
||||
<h1 id="main-title" style={{ margin: 0 }}>
|
||||
<Link
|
||||
to="/"
|
||||
style={{
|
||||
color: `white`,
|
||||
textDecoration: `none`,
|
||||
}}
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user