Mercurial > p > roundup > code
diff website/www/_static/style.css @ 7365:8811f1934a79
Remove extra comma prevening 65 ch rule from applying.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Tue, 16 May 2023 19:50:00 -0400 |
| parents | 527cad3a860c |
| children | 113debfd383b |
line wrap: on
line diff
--- a/website/www/_static/style.css Tue May 16 19:42:52 2023 -0400 +++ b/website/www/_static/style.css Tue May 16 19:50:00 2023 -0400 @@ -114,7 +114,7 @@ /* limit width of items in main column to 65 characters. On wider screens can be 100+ chars: too wide */ -main p, main:is(H1, H2, H3, H4, H5, H6), {max-width: 65ch;} +main p, main:is(H1, H2, H3, H4, H5, H6) {max-width: 65ch;} main table { width: 65ch; } /* style */
