Skip to content
This repository has been archived by the owner on Jul 24, 2023. It is now read-only.

Commit

Permalink
feat(SupportPage): disable neighbor checklist
Browse files Browse the repository at this point in the history
  • Loading branch information
CanRau committed May 24, 2019
1 parent a331afc commit 5158173
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/templates/SupportPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ const SupportPage = props => {
& > div {
${media.greaterThan(`small`)} {
width: 47%;
&:first-of-type {
/* &:first-of-type {
padding-right: 3rem;
position: relative;
&:after {
Expand All @@ -467,12 +467,12 @@ const SupportPage = props => {
}
&:last-child {
padding-left: 3rem;
}
} */
}
}
`}
>
{[`left`, `right`].map(x => (
{[`left`].map(x => (
<div key={x}>
<h3
css={css`
Expand Down

0 comments on commit 5158173

Please sign in to comment.