Skip to content

Commit

Permalink
Optimize header
Browse files Browse the repository at this point in the history
  • Loading branch information
AjayP13 committed Feb 1, 2024
1 parent 4706732 commit aa3a3d4
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions docs/source/_static/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
}
2 changes: 1 addition & 1 deletion scripts/project.env
Original file line number Diff line number Diff line change
Expand Up @@ -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
# export PROJECT_SKIP_INSTALL_REQS=1 # Skip installing reqs

0 comments on commit aa3a3d4

Please sign in to comment.