Skip to content

Commit

Permalink
mobile: Adjust subtle css alignments
Browse files Browse the repository at this point in the history
  • Loading branch information
doortts committed Nov 10, 2016
1 parent 6d41586 commit 01df8ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/assets/stylesheets/less/_markdown.less
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
clear: both;
overflow: auto;
font-family: "Apple SD Gothic Neo", 'SF UI DISPLAY', "Helvetica Neue", "Helvetica", "Arial", 'NanumGothic', "Nanum Barun Gothic Light", "맑은 고딕", sans-serif;
word-wrap: break-word;

ul, ol {
padding: 5px 0 5px 2.5em;
Expand Down
4 changes: 4 additions & 0 deletions app/assets/stylesheets/less/_reponsive.less
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
@media all and (max-width: 640px){
.board-header .title {
border-radius: 0 !important;
}
.board-actrow {
padding: 2px;
line-height: 40px;
}
.board-comment-wrap {
padding: 2px;
Expand Down

0 comments on commit 01df8ac

Please sign in to comment.