Skip to content

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
mblode committed Apr 6, 2016
1 parent 1192e1b commit 928b923
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "marx",
"version": "2.0.3",
"version": "2.0.4",
"homepage": "https://github.com/mblode/marx",
"authors": [
"mblode <[email protected]>"
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": "marx-css",
"version": "2.0.3",
"version": "2.0.4",
"description": "The classless CSS reset (perfect for Communists).",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
Expand Down
5 changes: 5 additions & 0 deletions scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ aside,
details,
summary {
margin: 0 auto;
margin-bottom: $md-pad;
width: 100%;
}

Expand All @@ -25,6 +26,10 @@ footer {
max-width: 100%;
padding: $md-pad 0;
text-align: center;

p {
margin-bottom: 0;
}
}

hr {
Expand Down

0 comments on commit 928b923

Please sign in to comment.