Skip to content

Commit

Permalink
fix css issue with word entry tags
Browse files Browse the repository at this point in the history
  • Loading branch information
wkelly17 committed Jul 31, 2024
1 parent f2fa167 commit 7a34c0b
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 16 deletions.
2 changes: 1 addition & 1 deletion .astro/settings.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"_variables": {
"lastUpdateCheck": 1719849702030
"lastUpdateCheck": 1722461777354
}
}
31 changes: 16 additions & 15 deletions src/styles/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,11 @@ body.noscroll {
color: var(--color-accent);
text-decoration: underline;
}
.theText sup {
top: -0.75em;
margin-inline-end: -4px;
margin-inline-start: 4px;
}
.tm-wrapper .theText ul {
list-style-type: disc;
list-style-position: inside;
Expand Down Expand Up @@ -236,13 +241,13 @@ body.noscroll {
/* .theText h2:has(~ h1) {
font-size: var(--font-size-xl);
} */

/*
.header {
margin-top: 1em;
font-size: 1.5rem;
font-weight: bold;
display: inline-block;
}
} */

.acrostic-heading {
display: block;
Expand Down Expand Up @@ -270,7 +275,7 @@ body.noscroll {

/* Footnotes */
.footnotecaller {
font-size: 0.5rem;
font-size: 0.5em;
vertical-align: top;
}
a[href*="footnote-target"] {
Expand All @@ -279,11 +284,11 @@ a[href*="footnote-target"] {
margin: -0.5rem;
}
.footnotes {
font-size: 0.75rem;
font-size: 0.75em;
}

.footnote-header {
font-size: 1.2rem;
font-size: 1.2em;
}

.footnote-alternate-translation {
Expand All @@ -299,7 +304,7 @@ a[href*="footnote-target"] {
}

.chaptermarker {
font-size: 1.5rem;
font-size: 1.5em;
font-weight: bold;
display: block;
float: left;
Expand Down Expand Up @@ -351,7 +356,7 @@ a[href*="footnote-target"] {
}

.versemarker {
font-size: 0.7rem;
font-size: 0.6em;
}

[class^="poetry-"] .versemarker {
Expand All @@ -372,7 +377,7 @@ a[href*="footnote-target"] {
/* Section */
.sectionhead-1 {
margin-top: 2em;
font-size: 1.2rem;
font-size: 1.2em;
font-weight: bold;
display: block;
text-align: center;
Expand All @@ -381,14 +386,14 @@ a[href*="footnote-target"] {

.sectionhead-2 {
margin-top: 1em;
font-size: 1.1rem;
font-size: 1.1em;
font-weight: bold;
display: block;
}

.sectionhead-3 {
margin-top: 1em;
font-size: 1.05rem;
font-size: 1.05em;
font-weight: bold;
display: block;
}
Expand Down Expand Up @@ -428,7 +433,7 @@ a[href*="footnote-target"] {
.small-caps {
text-transform: uppercase;
letter-spacing: 1px;
font-size: 0.75rem;
font-size: 0.75em;
}

.center-paragraph {
Expand All @@ -441,10 +446,6 @@ a[href*="footnote-target"] {
margin-bottom: 1em;
}

.word-entry {
font-size: 1rem;
}

.cross-ref-quote {
font-style: italic;
}
Expand Down

0 comments on commit 7a34c0b

Please sign in to comment.