From 662482d36640cc88feec07d45af531fd7ce46f80 Mon Sep 17 00:00:00 2001 From: Florian Kaiser Date: Sun, 7 Feb 2016 19:23:26 +0000 Subject: Make issue title smaller --- public/css/gogs.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'public/css/gogs.css') 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 { -- cgit v1.2.3