mirror of
https://github.com/PrefectHQ/fastmcp.git
synced 2026-08-23 22:14:18 +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
ecc1ede928
commit
0cfc9399d7
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