mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
UX: default h1 is just way too big
This commit is contained in:
parent
091e7ef3ca
commit
a28816e9d8
1 changed files with 2 additions and 2 deletions
4
app/assets/stylesheets/vendor/normalize.scss
vendored
4
app/assets/stylesheets/vendor/normalize.scss
vendored
|
@ -131,7 +131,7 @@ dfn {
|
|||
*/
|
||||
|
||||
h1 {
|
||||
font-size: 2em;
|
||||
font-size: 1.6em;
|
||||
margin: 0.67em 0;
|
||||
}
|
||||
|
||||
|
@ -422,4 +422,4 @@ table {
|
|||
td,
|
||||
th {
|
||||
padding: 0;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue