diff --git a/DocGen4/Output/Template.lean b/DocGen4/Output/Template.lean index 46ef4735..affc965a 100644 --- a/DocGen4/Output/Template.lean +++ b/DocGen4/Output/Template.lean @@ -45,7 +45,7 @@ def baseHtmlGenerator (title : String) (site : Array Html) : BaseHtmlM Html := d
-

Documentation

+

Documentation

[breakWithin title]

diff --git a/static/style.css b/static/style.css index 85ae8823..3f81d048 100644 --- a/static/style.css +++ b/static/style.css @@ -180,11 +180,7 @@ header { align-items: center; justify-content: space-between; } -@supports (width: min(10px, 5vw)) { - header { - --header-side-padding: calc(max(1em, (100vw - var(--content-width) - 30em) / 2)); - } -} + @media screen and (max-width: 1000px) { :root { --content-width: 100vw; @@ -272,11 +268,6 @@ header .header_filename { text-align: center; line-height: 95%; } -@media (max-width: 80em) { - header .header_filename { - display: none; - } -} /* inserted by nav.js */ #autocomplete_results {