Fix font size

This commit is contained in:
Christian Semmler 2026-01-03 15:21:56 -07:00
parent 054d84439c
commit efba2da6c9
No known key found for this signature in database
GPG Key ID: 086DAA1360BEEE5C
2 changed files with 3 additions and 3 deletions

View File

@ -746,7 +746,7 @@
</div>
<div class="app-footer">
<p>Last updated: <span id="app-version">2026-01-03 22:09:49 UTC</span></p>
<p>Last updated: <span id="app-version">2026-01-03 22:21:25 UTC</span></p>
</div>
</div>

View File

@ -77,7 +77,7 @@ body {
}
.quote-block .quote-text {
font-size: 0.5em;
font-size: 0.5rem;
color: #f0f0f0;
margin-bottom: 10px;
font-style: italic;
@ -85,7 +85,7 @@ body {
}
.quote-block .quote-attribution {
font-size: 0.1em;
font-size: 0.4rem;
color: #c0c0c0;
text-align: right;
}