Skip to content

Commit

Permalink
Corrects alignment bug in harnessed views. (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fordi authored and PeteSchuster committed Apr 22, 2019
1 parent e7fc521 commit b9503a8
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion assets/sass/all-digital/context/_harness.scss
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,12 @@
.card {
margin-left: -17px; // 16 padding + 1 border
width: calc(100% + 34px); // 16 padding * 2 + 2 border
padding: 16px;
padding: 24px 16px;
}

.card-group__item > .card {
margin-left: 0;
width: 100%;
}

.page-section__wrapper {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "all-digital",
"version": "3.0.0",
"version": "3.0.1",
"description": "CSS for All Digital",
"repository": {
"type": "git",
Expand Down

0 comments on commit b9503a8

Please sign in to comment.