diff --git a/src/components/atoms/Content.module.scss b/src/components/atoms/Content.module.scss index 61d20bd..2c0860d 100644 --- a/src/components/atoms/Content.module.scss +++ b/src/components/atoms/Content.module.scss @@ -1,7 +1,7 @@ @import '../../styles/variables'; .content { - padding: 0 $spacer / 2; + padding: 0 $spacer / 1.5; max-width: $break-point--small; margin: 0 auto; diff --git a/src/components/atoms/Form/Input.tsx b/src/components/atoms/Form/Input.tsx index e1bb2c5..6ed0688 100644 --- a/src/components/atoms/Form/Input.tsx +++ b/src/components/atoms/Form/Input.tsx @@ -52,6 +52,7 @@ export default class Input extends PureComponent { return (