[Library | Trunk]: Add css class number-size
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@60135 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
7a1378bb67
commit
5b4a8d677a
|
@ -37,6 +37,14 @@
|
|||
.uk-h6, h6 {
|
||||
font-size: 18px !important;
|
||||
}
|
||||
|
||||
.number {
|
||||
font-size: 32px;
|
||||
}
|
||||
|
||||
.number-size {
|
||||
font-size: 27px;
|
||||
}
|
||||
}
|
||||
|
||||
.uk-h1, h1 {
|
||||
|
@ -73,8 +81,6 @@
|
|||
font-size: 41px;
|
||||
}
|
||||
|
||||
@media only screen and (max-width: 639px) {
|
||||
.number {
|
||||
font-size: 32px;
|
||||
}
|
||||
.number-size {
|
||||
font-size: 36px;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue