Skip to content

Commit

Permalink
fix: title padding 移动端标题边距
Browse files Browse the repository at this point in the history
Set padding right of title in mobile view.
移动端标题边距合理化。

MOxFIVE/M-Hexo-Blog#5
  • Loading branch information
MOxFIVE committed Oct 16, 2015
1 parent 57a3cdd commit 18a2b01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/css/_partial/mobile.styl
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
}
.article-title{
font-size: 18px;
max-width: 185px;
padding-right: 5em;
display: block;
margin: 0;
}
Expand Down

0 comments on commit 18a2b01

Please sign in to comment.