Decrease issue font size in project template (#28054)

I propose to decrease font size. 18 is too big and looks ugly, on
windows. 14 is on par with other elements and save a bit of space.

![image](https://github.com/go-gitea/gitea/assets/13328513/bc41f65d-8f48-4fd9-8e3b-d7a73967b0aa)

![image](https://github.com/go-gitea/gitea/assets/13328513/70e78919-9b9b-4f57-a491-d746ea59c048)

Co-authored-by: Nikolay Kobzarev <n.kobzarev@aeronavigator.ru>
This commit is contained in:
KazzmanK 2023-11-19 05:02:26 +03:00 committed by GitHub
parent 0bf021d7c6
commit 2de05f9432
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -16,6 +16,6 @@
.issue-card-title {
flex: 1;
font-size: 18px;
font-size: 14px;
margin-left: 4px;
}