Merge pull request #3132 from HDinger/fix/19911-headlines

[19911] Fix resizing headlines when window gets smaller
pull/3159/head
Florian Kraft 9 years ago
commit 086fcd8904
  1. 2
      app/assets/stylesheets/_misc_legacy.sass
  2. 2
      app/assets/stylesheets/layout/_toolbar.sass

@ -695,3 +695,5 @@ h4.comment
// TODO: once WP full screen create hits, remove this
padding-top: 12px
border: 0
@include breakpoint(medium down)
font-size: $h2-font-size

@ -89,6 +89,8 @@
h2
border: 0
padding: 12px 0 0 0
@include breakpoint(medium down)
font-size: $h2-font-size
span
color: $content-link-color

Loading…
Cancel
Save