Adjusted styles a bit more, fixed a scroll overflow bug

This commit is contained in:
2018-05-12 20:57:09 +10:00
parent bc54923f64
commit 556a903afa
5 changed files with 13 additions and 19 deletions

View File

@ -25,7 +25,7 @@ import React from 'react';
export default function(props) {
return (
<div className="c-page__boundary">
<div className={"c-page__boundary" + (props.full ? " is-full" : "") }>
{ props.children }
</div>
);