Skip to content

Commit 06f9443

Browse files
committed
footer fix
1 parent 5018b5a commit 06f9443

File tree

4 files changed

+2
-10
lines changed

4 files changed

+2
-10
lines changed

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marx",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"homepage": "https://github.com/mblode/marx",
55
"authors": [
66
"mblode"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "marx-css",
3-
"version": "3.0.2",
3+
"version": "3.0.3",
44
"description": "The classless CSS reset (perfect for Communists).",
55
"browserslist": [
66
"> 0.5%",

scss/_base.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ main {
2020

2121
footer {
2222
border-top: $border;
23-
clear: both;
24-
display: inline-block;
25-
float: left;
26-
max-width: 100%;
2723
padding: $md-pad 0;
2824
text-align: center;
2925

styl/_base.styl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,6 @@ main
1818

1919
footer
2020
border-top: $border
21-
clear: both
22-
display: inline-block
23-
float: left
24-
max-width: 100%
2521
padding: $md-pad 0
2622
text-align: center
2723
p

0 commit comments

Comments
 (0)