X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/cb9355951d97aa591ad4397319d142cdb2980d8e..b0eeb4e2f52be4690a17ab860b07f8b55ffe75f1:/css/style.css?ds=inline diff --git a/css/style.css b/css/style.css index e775321..a1e9b6e 100644 --- a/css/style.css +++ b/css/style.css @@ -1,6 +1,10 @@ +html { + scroll-behavior: smooth; +} + body { font-family: "Hoefler Text", "Times New Roman", serif; - font-feature-settings: "hlig" 1, "dlig" 1, "onum" 1, "zero" 1, "swsh" 1, "kern" 1, "medi" 1; + font-feature-settings: "liga" 1, "dlig" 1, "pnum" 1; line-height: 1.6; letter-spacing: 0.02em; } @@ -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; }