Skip to content

Commit a664c45

Browse files
committed
Tighten shared nav by removing tagline
1 parent 70544f8 commit a664c45

2 files changed

Lines changed: 0 additions & 16 deletions

File tree

static/ui-theme.css

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -116,16 +116,6 @@
116116
0 6px 18px rgba(0, 0, 0, 0.42);
117117
}
118118

119-
.dg-brand-tagline {
120-
font-family: "Space Grotesk", "Segoe UI", sans-serif;
121-
font-weight: 500;
122-
font-size: 0.72rem;
123-
color: rgba(255, 255, 255, 0.65);
124-
letter-spacing: 0.04em;
125-
text-transform: uppercase;
126-
padding-left: 44px;
127-
}
128-
129119
.dg-shell-spacer {
130120
min-height: 1px;
131121
justify-self: end;
@@ -272,11 +262,6 @@
272262
border-radius: 9px;
273263
}
274264

275-
.dg-brand-tagline {
276-
font-size: 0.68rem;
277-
padding-left: 38px;
278-
}
279-
280265
.dg-nav {
281266
gap: 8px;
282267
}

templates/_app_shell_nav.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
<img class="dg-brand-icon" src="{{ url_for('static', filename='chronicle.png') }}" alt="Chronicle icon">
77
<span class="dg-brand-title">Chronicle</span>
88
</span>
9-
<span class="dg-brand-tagline">Your training timeline, automated.</span>
109
</a>
1110
<nav class="dg-nav" aria-label="Primary">
1211
<a

0 commit comments

Comments
 (0)