]> git.r.bdr.sh - rbdr/r.bdr.sh/blobdiff - css/style.css
Add lissajous
[rbdr/r.bdr.sh] / css / style.css
index e775321a251856e6e07e57c28dfc39fe2927ed3d..a1e9b6ef656c50adcb0e156c66f97cdeeceaeb15 100644 (file)
@@ -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;
   }