parent
d8b3718a08
commit
78538d034a
2 changed files with 25 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue