Skip to content

Commit

Permalink
Merge pull request #221 from reapit/feature/cld-696-change-help-guide…
Browse files Browse the repository at this point in the history
…-component

[CLD-696] change style help guide component
  • Loading branch information
dannd4 authored Jan 15, 2020
2 parents f8b0561 + 0d35ba2 commit 010ff4e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reapit/elements",
"version": "0.5.28",
"version": "0.5.29",
"description": "A collection of React components and utilities for building apps for Reapit Marketplace",
"main": "dist/index.js",
"umd:main": "dist/elements.umd.production.js",
Expand Down
3 changes: 3 additions & 0 deletions src/styles/components/help-guide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@

.helpguide-steps {
width: 100%;
@media (min-width: 768px) {
padding: 3rem 0;
}
}

.helpguide-content {
Expand Down

0 comments on commit 010ff4e

Please sign in to comment.