SSR-1362 - Updated line-height of h5 header to 2rem to match the required 32px
This commit is contained in:
parent
3b20f7a171
commit
848af3ee13
1 changed files with 1 additions and 1 deletions
|
|
@ -223,7 +223,7 @@ export default {
|
||||||
}
|
}
|
||||||
h5 {
|
h5 {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 32px;
|
line-height: 2rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue