From aa3a3d466a4c317a3fe6297599ddc715cafaad31 Mon Sep 17 00:00:00 2001 From: Ajay Patel Date: Wed, 31 Jan 2024 23:18:32 -0500 Subject: [PATCH] Optimize header --- docs/source/_static/css/custom.css | 11 +++++++++++ scripts/project.env | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) 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