SPR-869: headline hierarchies did not match font-sizes
This commit is contained in:
parent
401950068f
commit
2b368d03e6
1 changed files with 11 additions and 0 deletions
|
@ -27,6 +27,17 @@
|
||||||
box-shadow: @box-shadow-bottom;
|
box-shadow: @box-shadow-bottom;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
font-size: 1.3rem;
|
||||||
|
}
|
||||||
|
h3 {
|
||||||
|
font-size: 1.1rem;
|
||||||
|
}
|
||||||
|
h4, h5, h6 {
|
||||||
|
font-size: 1rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@media @screen_min-xxs {
|
@media @screen_min-xxs {
|
||||||
margin-top: -(@margin-default + 1);
|
margin-top: -(@margin-default + 1);
|
||||||
margin-right: -(@margin-default);
|
margin-right: -(@margin-default);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue