make docs full-width, resolves #351

This commit is contained in:
Wolfgang Walther
2020-11-29 23:55:41 +01:00
committed by Wolfgang Walther
parent 881170b9ff
commit d6caa5dae9
2 changed files with 17 additions and 2 deletions
+14 -2
View File
@@ -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;
}
+3
View File
@@ -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