mirror of
https://github.com/discourse/discourse.git
synced 2025-09-07 12:02:53 +08: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 {
|
h1 {
|
||||||
font-size: 2em;
|
font-size: 1.6em;
|
||||||
margin: 0.67em 0;
|
margin: 0.67em 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -422,4 +422,4 @@ table {
|
||||||
td,
|
td,
|
||||||
th {
|
th {
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue