Skip to content

Commit b9da791

Browse files
committed
refactor: update logo
1 parent 50bd67f commit b9da791

2 files changed

Lines changed: 13 additions & 2 deletions

File tree

template/components/navbar.html.j2

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
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" %}

template/static/style.css

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)