File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<div id =" navbar" >
22 <a href =" /" class =" navbar-logo" >
33 {% include "components/icons/columnar.svg" %}
4- <span >Cookbook</span >
4+ <div >
5+ <span class =" logo-primary" >Columnar</span >
6+ <span class =" logo-secondary" >Cookbook</span >
7+ </div >
58 </a >
69 <a href =" https://github.com/columnar-tech/columnar-cookbook" class =" navbar-github" aria-label =" GitHub" target =" _blank" >
710 {% include "components/icons/github.svg" %}
Original file line number Diff line number Diff line change @@ -92,7 +92,15 @@ div.jp-RenderedText pre {
9292# navbar .navbar-logo {
9393 display : flex;
9494 align-items : center;
95- gap : 0.75rem ;
95+ gap : 0.5rem ;
96+ }
97+
98+ # navbar .navbar-logo .logo-primary {
99+ font-weight : 500 ;
100+ }
101+
102+ # navbar .navbar-logo .logo-secondary {
103+ font-weight : 300 ;
96104}
97105
98106# navbar .navbar-github {
You can’t perform that action at this time.
0 commit comments