Skip to content

Commit

Permalink
update style
Browse files Browse the repository at this point in the history
  • Loading branch information
aleen42 committed Jul 4, 2016
1 parent d2390e1 commit 195a8ff
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -158,6 +158,7 @@ npm test
* 5.1.0 fix bugs
* 5.1.1 update styles
* 5.1.2 update styles
* 5.1.3 update styles

#### :fuelpump: How to contribute

Expand Down
25 changes: 22 additions & 3 deletions assets/footer.css
Expand Up @@ -55,16 +55,35 @@

.issue-edge {
border-top: 1px solid #eee;
width: 60%;
margin: 0 0 auto 100px !important;
}

.issues {
padding: 10px 60px !important;
margin: 0 !important;
text-align: left;
}

@media screen and (min-width: 720px) {
.issue-edge {
width: 60%;
margin: 0 0 auto 100px !important;
}

.issues {
padding: 10px 60px !important;
}
}

@media screen and (max-width: 720px) {
.issue-edge {
width: 30%;
margin: 0 0 auto 20px !important;
}

.issues {
padding: 10px !important;
}
}

/**
*
*
Expand Down
Binary file modified issues.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "gitbook-plugin-page-footer",
"version": "5.1.2",
"version": "5.1.3",
"description": "a gitbook-plugin for generating footer",
"engines": {
"gitbook": ">=3.0.0-pre.0"
Expand Down

0 comments on commit 195a8ff

Please sign in to comment.