Skip to content

Commit

Permalink
css: Change size of list title and contents
Browse files Browse the repository at this point in the history
  • Loading branch information
doortts committed Jul 17, 2017
1 parent 044bba0 commit 71aa1ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/assets/stylesheets/less/_markdown.less
Expand Up @@ -4,7 +4,7 @@ code {
}

.markdown-wrap {
font-size: 1.15em;
font-size: 1.1em;
clear: both;
overflow: auto;
font-family: @base-font-family;
Expand Down
4 changes: 2 additions & 2 deletions app/assets/stylesheets/less/_page.less
Expand Up @@ -3549,8 +3549,8 @@ label.issue-item-row {
}

.title {
color:#333;
font-size:16px;
color: #333;
font-size: 15px;
font-weight: 600;

&.project {
Expand Down

0 comments on commit 71aa1ac

Please sign in to comment.