mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-04 08:17:24 -05:00
Merge pull request #2580 from fnkr/smaller-issue-title
Make issue title smaller
This commit is contained in:
commit
dd7608a36e
@ -1304,7 +1304,7 @@ footer .container .links > *:first-child {
|
|||||||
}
|
}
|
||||||
.repository.view.issue .title h1 {
|
.repository.view.issue .title h1 {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 3rem;
|
font-size: 2.3rem;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
}
|
}
|
||||||
.repository.view.issue .title h1 .ui.input {
|
.repository.view.issue .title h1 .ui.input {
|
||||||
|
2
public/css/gogs.min.css
vendored
2
public/css/gogs.min.css
vendored
File diff suppressed because one or more lines are too long
@ -291,7 +291,7 @@
|
|||||||
padding-bottom: 0!important;
|
padding-bottom: 0!important;
|
||||||
h1 {
|
h1 {
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
font-size: 3rem;
|
font-size: 2.3rem;
|
||||||
margin-bottom: 5px;
|
margin-bottom: 5px;
|
||||||
.ui.input {
|
.ui.input {
|
||||||
font-size: 0.5em;
|
font-size: 0.5em;
|
||||||
|
Loading…
Reference in New Issue
Block a user