docs: All-new design, along with many content updates in prep for RC1

This commit is contained in:
Matthew Holt 2020-03-30 15:38:40 -06:00
parent fe58da0269
commit 3ecf039665
No known key found for this signature in database
GPG key ID: 2A349DD577D586A5
23 changed files with 562 additions and 435 deletions

View file

@ -14,16 +14,16 @@ body {
#v1-banner {
display: block;
background: #5ea9a2;
background: #5c92a4;
color: #fff;
text-align: center;
padding: 15px 25px;
font-size: 18px;
padding: 10px 20px;
font-size: 14px;
text-decoration: none;
}
#v1-banner:hover {
background: #4e968f;
background: #457a8c;
}
.wrapper {
@ -89,8 +89,12 @@ header nav > a.current {
width: 150px;
max-width: 100%;
margin-right: 20px;
outline: none;
}
#search:focus {
background: #fff;
}
/* End Algolia search */
header nav .button {
@ -166,9 +170,7 @@ footer {
display: flex;
justify-content: space-between;
margin-top: 100px;
border-top: 1px solid #CCC;
padding-top: 50px;
padding-bottom: 100px;
padding: 0 50px 100px;
line-height: 125%;
}