diff --git a/templates/course_dashboard.html b/templates/course_dashboard.html index 56a2824..3aa8e2e 100644 --- a/templates/course_dashboard.html +++ b/templates/course_dashboard.html @@ -105,9 +105,9 @@ cursor: pointer; } - .brand-icon { - font-size: 2.2em; - line-height: 1; + .brand-mark { + flex-shrink: 0; + display: block; } .brand h1 { @@ -901,7 +901,10 @@
Your self-hosted course library
diff --git a/templates/help.html b/templates/help.html index 44128aa..e7d7003 100644 --- a/templates/help.html +++ b/templates/help.html @@ -70,7 +70,7 @@ align-items: center; gap: 12px; } - .app-header .brand-icon { font-size: 1.6em; } + .app-header .brand-mark { flex-shrink: 0; display: block; } .app-header a.brand-link { color: var(--accent); text-decoration: none; @@ -138,7 +138,10 @@