mirror of
https://github.com/wukko/cobalt.git
synced 2024-11-15 12:50:01 +00:00
web/ChangelogEntry: reduce the size of heading contents
This commit is contained in:
parent
6a7311874e
commit
dd7c17efeb
1 changed files with 2 additions and 1 deletions
|
@ -52,7 +52,7 @@
|
|||
border-radius: 6px;
|
||||
background-color: var(--secondary);
|
||||
color: var(--primary);
|
||||
font-size: 21px;
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
|
@ -65,6 +65,7 @@
|
|||
.changelog-title {
|
||||
padding: 0;
|
||||
line-height: 1.2;
|
||||
font-size: 23px;
|
||||
}
|
||||
|
||||
.changelog-banner {
|
||||
|
|
Loading…
Reference in a new issue