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",