[Library | Trunk]: Change headings rules for mobile
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/assets@59994 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
cea8db895c
commit
9388df20b1
|
@ -15,11 +15,11 @@
|
||||||
|
|
||||||
@media only screen and (max-width: 639px) {
|
@media only screen and (max-width: 639px) {
|
||||||
.uk-h1, h1 {
|
.uk-h1, h1 {
|
||||||
font-size: 45px !important;
|
font-size: 36px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-h2, h2 {
|
.uk-h2, h2 {
|
||||||
font-size: 36px !important;
|
font-size: 32px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-h3, h3 {
|
.uk-h3, h3 {
|
||||||
|
@ -27,11 +27,11 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-h4, h4 {
|
.uk-h4, h4 {
|
||||||
font-size: 24px !important;
|
font-size: 22px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-h5, h5 {
|
.uk-h5, h5 {
|
||||||
font-size: 22px !important;
|
font-size: 18px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.uk-h6, h6 {
|
.uk-h6, h6 {
|
||||||
|
|
Loading…
Reference in New Issue