diff --git a/core/templates/base.html b/core/templates/base.html index d15912d..4a1bc7f 100644 --- a/core/templates/base.html +++ b/core/templates/base.html @@ -27,7 +27,10 @@ - RoadshowCalendar + + + Calendar + diff --git a/static/css/custom.css b/static/css/custom.css index d6000e3..a0c065b 100644 --- a/static/css/custom.css +++ b/static/css/custom.css @@ -123,6 +123,30 @@ span { color: var(--brand-primary); } +.brand-logo { + display: block; + width: auto; + height: 44px; +} + +.brand-label { + color: var(--brand-ink); + font-size: 1rem; + font-weight: 800; + letter-spacing: -0.02em; + white-space: nowrap; +} + +@media (max-width: 575.98px) { + .brand-logo { + height: 34px; + } + + .brand-label { + font-size: 0.94rem; + } +} + .nav-link { color: var(--brand-ink); font-weight: 600; diff --git a/staticfiles/css/custom.css b/staticfiles/css/custom.css index d6000e3..a0c065b 100644 --- a/staticfiles/css/custom.css +++ b/staticfiles/css/custom.css @@ -123,6 +123,30 @@ span { color: var(--brand-primary); } +.brand-logo { + display: block; + width: auto; + height: 44px; +} + +.brand-label { + color: var(--brand-ink); + font-size: 1rem; + font-weight: 800; + letter-spacing: -0.02em; + white-space: nowrap; +} + +@media (max-width: 575.98px) { + .brand-logo { + height: 34px; + } + + .brand-label { + font-size: 0.94rem; + } +} + .nav-link { color: var(--brand-ink); font-weight: 600;