File tree Expand file tree Collapse file tree 2 files changed +16
-13
lines changed
Expand file tree Collapse file tree 2 files changed +16
-13
lines changed Original file line number Diff line number Diff line change 107107
108108.try-btn {
109109 font-weight : var (--weight-bold );
110+ margin-left : var (--column-space );
110111}
111112
112113.parent-site {
113- margin : 0 10px ;
114- padding : 0 10px ;
114+ /* margin: 0 10px;
115+ padding: 0 10px; */
115116 /* border-right: 1px solid var(--color-brand-gray5);
116117 border-left: 1px solid var(--color-brand-gray5); */
117118}
118119
119- .parent-site a {
120+ /* .parent-site a {
120121 color: var(--color-brand-gray4);
121122 font-size: 1rem;
122123 font-family: "Source Sans Pro", sans-serif;
123- }
124+ } */
124125
125126.search .query {
126127 border : none;
239240 width : 283px ;
240241 }
241242
242- .parent-site {
243+ /* .parent-site {
243244 margin: 0;
244245 padding: 0 var(--column-space);
245- }
246+ } */
246247
247248 .navbar .navbar-new-top {
248249 padding : 1.25rem 0 ;
267268
268269 .primary-action {
269270 flex-wrap : wrap;
270- justify-content : center;
271+ justify-content : space-around;
272+ width : 100% ;
271273 }
272274
273275 .navbar-collapse {
294296 right : 5px ;
295297 }
296298
297- .parent-site {
299+ /* .parent-site {
298300 border-left: none;
299301 }
300302
301303 .parent-site a {
302304 color: var(--color-brand-white);
303- }
305+ } */
304306
305307 .try-btn {
306308 background : var (--color-brand-white );
307309 color : var (--color-brand-blue );
310+ margin : 0 ;
308311 }
309312
310313 .header-bottom-row .is-active {
Original file line number Diff line number Diff line change 33 <div class =" container" >
44 <nav class =" navbar navbar-expand-md flex-nowrap justify-content-between navbar-new-top" >
55
6- <a class =" navbar-brand" href =" {{ #with ( and site.url site.homeUrl ) }} {{ @root.site.url }}{{ this }} {{ else }} {{ siteRootPath }} {{ /with }} " >
6+ <a class =" navbar-brand" href =" https://www.couchbase.com " >
77 <img src =" {{{ uiRootPath }}} /img/couchbase-documentation-logo.svg" alt =" Couchbase" />
88 </a >
99 {{! <ul class="nav navbar-nav mr-auto"></ul> }}
6666 <i class =" fas fa-search" ></i >
6767 </button >
6868 </form >
69- <div class =" parent-site" >
69+ {{!-- <div class="parent-site">
7070 <a href="https://www.couchbase.com">
7171 Couchbase.com
7272 </a>
73- </div >
73+ </div> --}}
7474 <a class =" btn btn-primary try-btn" href =" https://www.couchbase.com/downloads" >
75- Try Free
75+ Download
7676 </a >
7777 </div >
7878
You can’t perform that action at this time.
0 commit comments