X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/1203ab0c3d0865ed94ff2d6fdd1a999eb5eaf58e..9ac4588d941c64dd40afaa206b3e765748cae370:/css/style.css diff --git a/css/style.css b/css/style.css index 0f687ce..a1e9b6e 100644 --- a/css/style.css +++ b/css/style.css @@ -1,3 +1,7 @@ +html { + scroll-behavior: smooth; +} + body { font-family: "Hoefler Text", "Times New Roman", serif; font-feature-settings: "liga" 1, "dlig" 1, "pnum" 1; @@ -25,7 +29,9 @@ body { width: 14.6em; } - .columned .h2:not(:only-child) .h3, .columned .h2:not(:only-child) p { + .columned .h2:not(:only-child) .h3, + .columned .h2:not(:only-child) li, + .columned .h2:not(:only-child) p { width: 22em; }