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:
committed by
Steve Chavez
parent
21e54aacda
commit
37c2a8aa7b
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user