diff --git a/docs/_includes/navbar.html b/docs/_includes/navbar.html
index c7ee8ef2a..7516f3a8e 100644
--- a/docs/_includes/navbar.html
+++ b/docs/_includes/navbar.html
@@ -14,6 +14,7 @@
+ - NEWWe're Hiring!
- Quick Start
- Docs
- Examples
diff --git a/docs/assets/css/pages/home.scss b/docs/assets/css/pages/home.scss
index 42bfee09f..367b50e6b 100644
--- a/docs/assets/css/pages/home.scss
+++ b/docs/assets/css/pages/home.scss
@@ -49,6 +49,27 @@ body.index-page {
padding-top: 30px;
}
+ .navbar-nav {
+ li {
+ &:first-child {
+ a {
+ display: flex;
+ span {
+ margin-right: 12px;
+ padding: 0;
+ background: linear-gradient(101.84deg, #FE3162 2.31%, #FF4F47 98.56%);
+ border-radius: 3.5px;
+ font-weight: 600;
+ min-width: 52px;
+ display: flex;
+ align-items: center;
+ justify-content: center;
+ }
+ }
+ }
+ }
+ }
+
.section-hero {
margin-top: 0px;
padding-top: 0px;
@@ -208,7 +229,6 @@ body.index-page {
margin-left: 15px;
}
}
-
@media all and (max-width: 450px) {
flex-direction: column;
min-width: auto;
@@ -281,7 +301,9 @@ body.index-page {
}
@media all and (max-width: 450px) {
- .hide-on-cxs { display: none; }
+ .hide-on-cxs {
+ display: none;
+ }
}
}
@@ -318,7 +340,7 @@ body.index-page {
@media all and (max-width: 991px) {
.row.flex {
flex-direction: column;
- & > .col-xs-12:first-child {
+ &>.col-xs-12:first-child {
margin-bottom: 50px;
max-width: 800px;
margin-left: auto;