Skip to content

Commit

Permalink
footer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mblode committed Mar 22, 2018
1 parent 5018b5a commit 06f9443
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 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": "3.0.2",
"version": "3.0.3",
"homepage": "https://github.com/mblode/marx",
"authors": [
"mblode"
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": "3.0.2",
"version": "3.0.3",
"description": "The classless CSS reset (perfect for Communists).",
"browserslist": [
"> 0.5%",
Expand Down
4 changes: 0 additions & 4 deletions scss/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ main {

footer {
border-top: $border;
clear: both;
display: inline-block;
float: left;
max-width: 100%;
padding: $md-pad 0;
text-align: center;

Expand Down
4 changes: 0 additions & 4 deletions styl/_base.styl
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,6 @@ main

footer
border-top: $border
clear: both
display: inline-block
float: left
max-width: 100%
padding: $md-pad 0
text-align: center
p
Expand Down

0 comments on commit 06f9443

Please sign in to comment.