diff --git a/_static/css/custom.css b/_static/css/custom.css index 50359ce05..cd52bc848 100644 --- a/_static/css/custom.css +++ b/_static/css/custom.css @@ -1,3 +1,15 @@ +.wy-nav-content { + max-width: initial; +} + +#postgrest-documentation { + max-width: 800px; +} + +#postgrest-documentation > h1 { + display: none; +} + div.wy-menu.rst-pro { display: none !important; } @@ -10,11 +22,11 @@ div.line-block { margin-bottom: 0px !important; } -#sponsors{ +#sponsors { text-align: center; } -#sponsors h1{ +#sponsors h2 { text-align: left; } diff --git a/index.rst b/index.rst index 65d0d54e4..8bd6b3ec0 100644 --- a/index.rst +++ b/index.rst @@ -1,5 +1,8 @@ .. title:: PostgREST Documentation +PostgREST Documentation +======================= + .. figure:: _static/logo.png .. image:: https://img.shields.io/github/stars/postgrest/postgrest.svg?style=social