mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-07-29 15:23:51 +00:00
css
This commit is contained in:
parent
e60793af11
commit
6146d6ae75
2 changed files with 7 additions and 0 deletions
3
docs/_static/custom.css
vendored
Normal file
3
docs/_static/custom.css
vendored
Normal file
|
@ -0,0 +1,3 @@
|
|||
.wy-nav-content {
|
||||
max-width: 75% !important;
|
||||
}
|
|
@ -79,3 +79,7 @@ html_theme_options = {
|
|||
|
||||
html_static_path = ["../_static"]
|
||||
html_logo = "../_static/llama-stack-logo.png"
|
||||
|
||||
html_css_files = [
|
||||
"custom.css",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue