fix an incorrect size declaration in a mixing [ci skip]
This commit is contained in:
parent
e9217931ce
commit
adebdcbd2a
1 changed files with 1 additions and 2 deletions
|
|
@ -69,8 +69,7 @@ $night-text-color : #999;
|
||||||
}
|
}
|
||||||
|
|
||||||
@mixin media-text() {
|
@mixin media-text() {
|
||||||
font-size { size: 2em; }
|
font-size: 2em;
|
||||||
|
|
||||||
line-height: 1.2em;
|
line-height: 1.2em;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue