Skip to content

Commit

Permalink
layout rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Aug 1, 2018
1 parent 2f3aadf commit 8588c69
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 deletions.
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
],
"homepage": "https://github.com/yegor256/tacit",
"devDependencies": {
"grunt": "^1.0.1",
"grunt-contrib-watch": "1.0.0",
"grunt": "^1.0.3",
"grunt-contrib-watch": "^1.1.0",
"grunt-sass": "^2.0.0",
"grunt-sass-lint": "^0.2.4",
"load-grunt-tasks": "3.4.0"
},
"dependencies": {
"npm": "^6.1.0"
"npm": "^6.2.0"
}
}
8 changes: 0 additions & 8 deletions scss/_grid.scss
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,6 @@ article {
border-radius: .4 * $em;
}

header {
margin-bottom: 2 * $em;
}

footer {
margin-top: 2 * $em;
}

nav {
text-align: center;

Expand Down

0 comments on commit 8588c69

Please sign in to comment.