From 0cfc9399d7b31bcd4dda095d55e38fc94d42a82f Mon Sep 17 00:00:00 2001 From: Jeremiah Lowin <153965+jlowin@users.noreply.github.com> Date: Tue, 3 Mar 2026 13:24:18 -0500 Subject: [PATCH] Update docs banner and fix mobile layout Replace PyAI Conf banner with Prefect Horizon banner. Add mobile media query to reduce banner font size and padding so text stays on one line at narrow viewports. --- docs/css/banner.css | 8 ++++++++ docs/docs.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/css/banner.css b/docs/css/banner.css index 38b18477c..f9c6384b2 100644 --- a/docs/css/banner.css +++ b/docs/css/banner.css @@ -64,3 +64,11 @@ color: #f1f5f9 !important; } +@media (max-width: 767px) { + #banner { + font-size: 0.8rem !important; + padding-top: 8px !important; + padding-bottom: 8px !important; + } +} + diff --git a/docs/docs.json b/docs/docs.json index 758524c66..c31a2e2aa 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -12,7 +12,7 @@ "decoration": "gradient" }, "banner": { - "content": "Join us at the inaugural PyAI Conf in San Francisco on March 10th! [Learn More](https://pyai.events?utm_source=gofastmcp)" + "content": "Deploy FastMCP servers for free on [Prefect Horizon](https://www.prefect.io/horizon)" }, "colors": { "dark": "#f72585",