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