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

Commit

Permalink
more spacing adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
Southclaws committed Jun 22, 2019
1 parent 2c9feca commit 600db47
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pages/product.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ const Product = ({ results, info }) => {
const styles = styler(columns, "Reds");

return (
<div className="pa1 mw7 center">
<div className="ph1 mw7 center">
<NextSeo
config={{
description:
Expand Down
4 changes: 2 additions & 2 deletions src/components/Search.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ import React from "react";

export const Search = ({ doSearch }) => {
return (
<nav className="pa3 pa4-ns">
<div className="pa4-l">
<nav className="pa3">
<div className="pa3-l">
<form
className="bg-red mw7 center pa4 br2-ns ba b--black-10"
method="get"
Expand Down

0 comments on commit 600db47

Please sign in to comment.