Fix missing semicolon.
This commit is contained in:
parent
edc5a8c3c6
commit
5a37eec9ff
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ h6,
|
||||||
|
|
||||||
.small {
|
.small {
|
||||||
font-size: 0.875rem;
|
font-size: 0.875rem;
|
||||||
line-height: 1.7
|
line-height: 1.7;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue