Unverified Commit 78538d03 authored by flaburgan's avatar flaburgan Committed by Benjamin Neff
Browse files

Harmonize markdown titles sizes

fixes #7757

closes #8029
parent d8b3718a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
# 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)
+24 −0
Original line number Diff line number Diff line
@@ -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;
  }