Skip to content

Commit

Permalink
Merge pull request #46587 from nextcloud/fix/shrink-headlines
Browse files Browse the repository at this point in the history
fix(css): Shrink headlines a bit
  • Loading branch information
susnux committed Jul 18, 2024
2 parents 5c20c9e + 0832e4d commit 9cd2e5b
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 12 deletions.
2 changes: 1 addition & 1 deletion core/css/apps.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion core/css/apps.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions core/css/apps.scss
Original file line number Diff line number Diff line change
Expand Up @@ -51,23 +51,23 @@ h6 {
}

h2 {
font-size: 30px;
font-size: 1.8em;
}

h3 {
font-size: 26px;
font-size: 1.6em;
}

h4 {
font-size: 23px;
font-size: 1.4em;
}

h5 {
font-size: 20px;
font-size: 1.25em;
}

h6 {
font-size: 17px;
font-size: 1.1em;
}

/* do not use italic typeface style, instead lighter color */
Expand Down
Loading

0 comments on commit 9cd2e5b

Please sign in to comment.