Harmonize markdown titles sizes

fixes #7757

closes #8029
This commit is contained in:
flaburgan 2019-06-11 13:32:08 +02:00 committed by Benjamin Neff
parent d8b3718a08
commit 78538d034a
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 25 additions and 0 deletions

View file

@ -1,6 +1,7 @@
# 0.7.12.0
## Refactor
* Harmonize markdown titles sizes [#8029](https://github.com/diaspora/diaspora/pull/8029)
## Bug fixes
* Improve handling of mixed case hostnames while fetching OpenGraph data [#8021](https://github.com/diaspora/diaspora/pull/8021)

View file

@ -16,6 +16,30 @@
}
}
h1 {
font-size: 2.7rem;
}
h2 {
font-size: 2.3rem;
}
h3 {
font-size: 2rem;
}
h4 {
font-size: 1.8rem;
}
h5 {
font-size: 1.6rem;
}
h6 {
font-size: 1.4rem;
}
.img-responsive {
display: inline;
}