make docs full-width, resolves #351
This commit is contained in:
committed by
Wolfgang Walther
parent
881170b9ff
commit
d6caa5dae9
+14
-2
@@ -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 {
|
div.wy-menu.rst-pro {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
}
|
}
|
||||||
@@ -10,11 +22,11 @@ div.line-block {
|
|||||||
margin-bottom: 0px !important;
|
margin-bottom: 0px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sponsors{
|
#sponsors {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sponsors h1{
|
#sponsors h2 {
|
||||||
text-align: left;
|
text-align: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
.. title:: PostgREST Documentation
|
.. title:: PostgREST Documentation
|
||||||
|
|
||||||
|
PostgREST Documentation
|
||||||
|
=======================
|
||||||
|
|
||||||
.. figure:: _static/logo.png
|
.. figure:: _static/logo.png
|
||||||
|
|
||||||
.. image:: https://img.shields.io/github/stars/postgrest/postgrest.svg?style=social
|
.. image:: https://img.shields.io/github/stars/postgrest/postgrest.svg?style=social
|
||||||
|
|||||||
Reference in New Issue
Block a user