This commit is contained in:
Stephan Hagedorn 2017-08-23 11:25:00 +02:00
parent 615e5df2d9
commit 8ec7ce370f
8 changed files with 31 additions and 31 deletions

View file

@ -121,19 +121,19 @@ h2 {
h3 {
@extend %head_3;
margin: $space_2 0 $space_2;
margin: $double_space 0 $double_space;
text-transform: uppercase;
}
h4 {
@extend %head_3;
margin: $space_2 0 $space_2;
margin: $double_space 0 $double_space;
text-transform: none;
}
h5 {
@extend %head_4;
margin: $space_2 0 $basic_space;
margin: $double_space 0 $basic_space;
text-transform: none;
}