Fixing numeral.

This commit is contained in:
James Patrick 2024-01-28 18:53:22 -05:00 committed by James Patrick
parent 0b00adb148
commit 363e7b3766
1 changed files with 3 additions and 4 deletions

View File

@ -414,9 +414,8 @@ img {
left: 0.1rem; left: 0.1rem;
} }
.sidenote:before { .sidenote > numeral {
content: counter(sidenote-counter) " "; font-size: 1.2rem;
font-size: 1rem;
top: -0.5rem; top: -0.5rem;
} }
@ -444,7 +443,7 @@ div.table-wrapper {
code, code,
pre > code { pre > code {
font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace; font-family: Hasklig, Consolas, "Liberation Mono", Menlo, Courier, monospace;
font-size: 1rem; font-size: 1rem;
line-height: 1.42; line-height: 1.42;
-webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS. See https://github.com/edwardtufte/tufte-css/issues/81#issuecomment-261953409 */ -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS. See https://github.com/edwardtufte/tufte-css/issues/81#issuecomment-261953409 */