Update site for 2.0; add v2 landing page with asciinema video; docs

This commit is contained in:
Matthew Holt 2020-05-04 19:39:11 -06:00
parent 144a639efc
commit e52e32ba7d
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
14 changed files with 3775 additions and 10 deletions

View file

@ -57,10 +57,6 @@ header {
height: 40px;
}
#search {
margin-top: 4px;
}
header nav {
text-align: right;
line-height: 40px;
@ -89,17 +85,31 @@ header nav > a.current {
font-size: 14px;
padding: 8px;
background: none;
width: 150px;
width: 200px;
max-width: 100%;
margin-right: 20px;
margin-top: 4px;
outline: none;
}
#search:focus {
background: #fff;
}
.algolia-autocomplete .ds-dropdown-menu {
width: 90%;
max-width: 800px;
}
/* End Algolia search */
header nav .new {
background-color: #ffe300;
font-size: 75%;
vertical-align: top;
padding: 4px 8px;
border-radius: 1em;
}
header nav .button {
margin: 0 0 0 10px;
padding-top: 2px;