Small tweak to headings font size.
This commit is contained in:
parent
30ca3a28fe
commit
ad02a95676
|
@ -96,7 +96,7 @@
|
||||||
h2 {
|
h2 {
|
||||||
--fontSize: 24px;
|
--fontSize: 24px;
|
||||||
}
|
}
|
||||||
h3 {
|
h3:not(.tainacan-metadata-label) {
|
||||||
--fontSize: 20px;
|
--fontSize: 20px;
|
||||||
}
|
}
|
||||||
h4 {
|
h4 {
|
||||||
|
|
|
@ -442,7 +442,7 @@ body:not(.tainacan-admin-page) .tainacan-modal-content .modal-card-body {
|
||||||
--fontSize: 24px;
|
--fontSize: 24px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.tainacan-item-single-page .tainacan-item-single h3 {
|
.tainacan-item-single-page .tainacan-item-single h3:not(.tainacan-metadata-label) {
|
||||||
--fontSize: 20px;
|
--fontSize: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue