mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-22 13:34:17 +02:00
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:
parent
328afe0fdb
commit
bcbe407c6c
2 changed files with 9 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue