diff options
author | Unknwon <u@gogs.io> | 2016-02-07 14:30:04 -0500 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-02-07 14:30:04 -0500 |
commit | dd7608a36ebe3fcb9bd058442ab4226f4138a172 (patch) | |
tree | 3cba85901602600882f83eeef92dc65c267d9973 /public/css/gogs.css | |
parent | 08ff1b7d4b3478b3870a1416d01b943f0dc6ef11 (diff) | |
parent | 662482d36640cc88feec07d45af531fd7ce46f80 (diff) |
Merge pull request #2580 from fnkr/smaller-issue-title
Make issue title smaller
Diffstat (limited to 'public/css/gogs.css')
-rwxr-xr-x | public/css/gogs.css | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/public/css/gogs.css b/public/css/gogs.css index e2ae300c..79c920b7 100755 --- a/public/css/gogs.css +++ b/public/css/gogs.css @@ -1304,7 +1304,7 @@ footer .container .links > *:first-child { } .repository.view.issue .title h1 { font-weight: 300; - font-size: 3rem; + font-size: 2.3rem; margin-bottom: 5px; } .repository.view.issue .title h1 .ui.input { |