SPR-869: headline hierarchies did not match font-sizes

This commit is contained in:
Jana Deutschländer 2017-04-19 16:13:20 +02:00
commit 2b368d03e6

View file

@ -27,6 +27,17 @@
box-shadow: @box-shadow-bottom;
margin-bottom: 0;
h2 {
font-size: 1.3rem;
}
h3 {
font-size: 1.1rem;
}
h4, h5, h6 {
font-size: 1rem;
}
@media @screen_min-xxs {
margin-top: -(@margin-default + 1);
margin-right: -(@margin-default);