Skip to content

Commit

Permalink
fix: fix footer padding of article page
Browse files Browse the repository at this point in the history
  • Loading branch information
imyelo committed Feb 1, 2018
1 parent f9d360e commit a426674
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/pages/article.mina
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,10 @@ Page.define(({

<style lang="less">
.article-view {
background-color: #fff;
.reader {
display: block;
margin-bottom: 96px;
padding-bottom: 96px;
}
.comments {
position: fixed;
Expand Down

0 comments on commit a426674

Please sign in to comment.