Skip to content

Commit

Permalink
revising description
Browse files Browse the repository at this point in the history
  • Loading branch information
Martskin committed Dec 10, 2019
1 parent a2b59c4 commit 35e7e3b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<h1>
<img width="30" alt="CSS Box-model Visualizer" src="https://user-images.githubusercontent.com/3717760/63388648-033a3800-c35e-11e9-86b8-9febb99d1655.png">
CSS Box-model Visualizer
<img width="30" alt="CSS Box Model Visualizer" src="https://user-images.githubusercontent.com/3717760/63388648-033a3800-c35e-11e9-86b8-9febb99d1655.png">
CSS Box Model Visualizer
</h1>

A quick, easy tool to visualize and share CSS box-model examples. Customize margin, padding, border and element sizes and colors.
A quick way to visualize and share CSS box model examples. Adjust the inputs in the control panel to customize margin, padding, border, element dimensions and colors.

<a href="https://box-model-visualizer.netlify.com/model">
<img width="276" alt="CSS Box-model Visualizer" src="https://user-images.githubusercontent.com/3717760/63387735-15ff3d80-c35b-11e9-993c-2b23d4d6cbcf.png">
Expand Down
4 changes: 2 additions & 2 deletions gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
module.exports = {
siteMetadata: {
title: `CSS Box-model Visualizer`,
description: `A quick, easy tool to visualize and share CSS box-model examples. Customize margin, padding, border and element sizes and colors.`,
title: `CSS Box Model Visualizer`,
description: `A quick way to visualize and share CSS box model examples. Adjust the inputs in the control panel to customize margin, padding, border, element dimensions and colors.`,
author: `Martin Hofmann <[email protected]>`,
},
plugins: [
Expand Down
2 changes: 1 addition & 1 deletion src/components/layout.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ const Layout = ({ children }) => (
fontSize: tokens.font.size.md,
lineHeight: 1.25,
margin: `0 auto ${tokens.space.lg}px`,
maxWidth: '500px',
maxWidth: '550px',
'@media (min-width: 480px)': {
fontSize: tokens.font.size.lg,
lineHeight: 1.5,
Expand Down

0 comments on commit 35e7e3b

Please sign in to comment.