Skip to content

Commit

Permalink
fixed margin on viewports
Browse files Browse the repository at this point in the history
  • Loading branch information
elileto committed Feb 4, 2019
1 parent e193fef commit 9fe0fea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Place your settings in this file to overwrite default and user settings.
{
"css.validate": false,
"editor.formatOnSave": true,
"editor.formatOnSave": false,
"eslint.validate": [
"javascript",
"javascriptreact",
Expand Down
2 changes: 1 addition & 1 deletion src/components/Card/Card.scss
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,9 @@
display: flex;
justify-content: flex-end;
padding: spacing() spacing();
margin-top: spacing(loose);

@include page-content-when-not-fully-condensed {
padding: 0 spacing(loose) spacing(loose);
margin-top: spacing(loose);
}
}

0 comments on commit 9fe0fea

Please sign in to comment.