Make the landing page wider

* Add max-width for logos only

* Fix margin on sponsor images and add reference to the PostgREST team

* Fix information on v8 changelog
This commit is contained in:
Laurence Isla
2021-08-09 14:10:46 -05:00
committed by Steve Chavez
parent 21e54aacda
commit 37c2a8aa7b
3 changed files with 59 additions and 50 deletions
+8 -4
View File
@@ -2,10 +2,6 @@
max-width: initial;
}
#postgrest-documentation {
max-width: 800px;
}
#postgrest-documentation > h1 {
display: none;
}
@@ -53,3 +49,11 @@ div.line-block {
#thanks ul{
text-align: left;
}
.image-container {
max-width: 800px;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 24px;
}