X-Git-Url: https://git.r.bdr.sh/rbdr/r.bdr.sh/blobdiff_plain/f752d89abc304e444ce345b634b62a4be4fb2502..43df122ca6b2055c27b5551c06cbbf0ae45e9a01:/css/style.css?ds=sidebyside diff --git a/css/style.css b/css/style.css index d5d2179..79ce105 100644 --- a/css/style.css +++ b/css/style.css @@ -10,14 +10,14 @@ body { } .columned { - height: calc(100vh - 180px); + height: calc(100vh - 200px); width: max-content; } .columned .h2 { float: left; margin: 0 40px; - height: calc(100vh - 180px); + height: calc(100vh - 200px); } .columned h2 { @@ -26,7 +26,6 @@ body { .columned .h3, .columned p { width: 22em; - break-inside: prevent; } .columned pre { width: 25em } @@ -63,6 +62,8 @@ canvas { a { color: #5dc1fd; + display: inline-block; + min-height: 48px; } a:visited {