[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:
k.triantafyllou 2020-10-13 19:40:53 +00:00
parent bcf4925eef
commit f84772d2d7
1 changed files with 2 additions and 2 deletions

View File

@ -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;
}