Merge pull request #247 from bdavidxyz/patch-1
Correction d'une probable erreur de copier/coller
This commit is contained in:
commit
3f9862abe4
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ h6, .#{$kna-namespace}h6-like {
|
||||||
font-size: $h6-size;
|
font-size: $h6-size;
|
||||||
@if variable_exists(h6-size-l) and $h6-size-l != $h6-size {
|
@if variable_exists(h6-size-l) and $h6-size-l != $h6-size {
|
||||||
@include respond-to("tiny-up") {
|
@include respond-to("tiny-up") {
|
||||||
font-size: $h1-size-l;
|
font-size: $h6-size-l;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue