diff --git a/docs/source/_static/css/custom.css b/docs/source/_static/css/custom.css index 072c862..f4f5247 100644 --- a/docs/source/_static/css/custom.css +++ b/docs/source/_static/css/custom.css @@ -324,4 +324,15 @@ body:not([data-theme="light"]) table.docutils { padding-top: 1.5em; } +} + +article[role="main"] section#datadreamer h1:first-child { + text-align: center; +} + +@media (max-width: 1070px) { + article[role="main"] section#datadreamer h1:first-child { + height: 0; + overflow: hidden; + } } \ No newline at end of file diff --git a/scripts/project.env b/scripts/project.env index 4f58051..a03237f 100644 --- a/scripts/project.env +++ b/scripts/project.env @@ -8,4 +8,4 @@ export PROJECT_DISABLE_TUNNEL=1 # Disables certain dependencies that are not re # You can un-comment the line below to make subsequent runs faster # after project dependencies have been installed. -export PROJECT_SKIP_INSTALL_REQS=1 # Skip installing reqs \ No newline at end of file +# export PROJECT_SKIP_INSTALL_REQS=1 # Skip installing reqs \ No newline at end of file