Small tweak to headings font size.

This commit is contained in:
mateuswetah 2021-09-27 14:52:22 -03:00
parent 30ca3a28fe
commit ad02a95676
5 changed files with 6 additions and 6 deletions

View File

@ -96,7 +96,7 @@
h2 {
--fontSize: 24px;
}
h3 {
h3:not(.tainacan-metadata-label) {
--fontSize: 20px;
}
h4 {

View File

@ -442,7 +442,7 @@ body:not(.tainacan-admin-page) .tainacan-modal-content .modal-card-body {
--fontSize: 24px;
}
.tainacan-item-single-page .tainacan-item-single h3 {
.tainacan-item-single-page .tainacan-item-single h3:not(.tainacan-metadata-label) {
--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