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.
This commit is contained in:
Jeremiah Lowin 2026-03-03 13:24:18 -05:00
commit bcbe407c6c
2 changed files with 9 additions and 1 deletions

View file

@ -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;
}
}

View file

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