Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/markdownComponents.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ResultsBanner extends React.Component {

return (
<div
className="nl6-ns nr6-ns nl4-m nr4-m nl3 nr3 mv6 pa7-ns pv6 bg-near-white flex flex-row-l flex-column justify-around relative"
className="nl6-ns nr6-ns nl4-m nr4-m nl3 nr3 mv6 pa7-ns pv6 ph3 bg-near-white flex flex-row-l flex-column justify-around relative"
>
{
Object.keys(dataObj).map((i, n) => (
Expand Down