Skip to content
Snippets Groups Projects
Commit 916db95b authored by Tarje Lavik's avatar Tarje Lavik
Browse files

Minor change to page header

parent 68eee0f4
No related branches found
No related tags found
No related merge requests found
......@@ -17,8 +17,12 @@ export default function PageHeader(props) {
return (
<Container maxW="3xl" mt="5">
<Heading
fontSize={["2xl", "4xl", "5xl", "6xl" ]}
w="100%"
py="5"
mb="5"
borderBottom="solid 1px"
color="gray.700"
borderColor="gray.300"
fontSize={["2xl", "3xl", "4xl", "5xl"]}
textTransform="uppercase"
>
{props.title}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment