From c7a372aba29cac38ca105b785fac9887b4d8aae2 Mon Sep 17 00:00:00 2001 From: Howard Baek <50791792+howardbaek@users.noreply.github.com> Date: Tue, 30 Apr 2024 11:35:19 -0700 Subject: [PATCH] Change fh dasl logo to stacked --- _quarto.yml | 3 ++- style.css | 3 +-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/_quarto.yml b/_quarto.yml index 94d4e52..c6a242b 100644 --- a/_quarto.yml +++ b/_quarto.yml @@ -31,9 +31,10 @@ book: - references.qmd sidebar: - logo: "img/logo.jpeg" + logo: "img/logo-stacked.png" logo-href: "https://hutchdatascience.org/" foreground: "#1B365D" + page-footer: left: | diff --git a/style.css b/style.css index 175a706..491c485 100755 --- a/style.css +++ b/style.css @@ -44,8 +44,7 @@ h1, h2, h3, h4 { /* Sidebar Logo */ .sidebar-logo { - width: 250px; - max-width: 250px; + width: 200px; } /* Stylized boxes */