[Library | Trunk]: Make font-weight of h5, h6 400
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59577 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
bcf4925eef
commit
f84772d2d7
|
@ -61,10 +61,10 @@
|
|||
|
||||
.uk-h5, h5 {
|
||||
font-size: 22px;
|
||||
font-weight: 500;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
||||
.uk-h6, h6 {
|
||||
font-size: 18px;
|
||||
font-weight: 500;
|
||||
font-weight: 400;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue