Skip to content

Commit c1ad88e

Browse files
committed
Make the logo smaller.
1 parent e640c42 commit c1ad88e

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

docs/_static/site-styles.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
/* Copyright 2025 Remy Blank <[email protected]> */
2+
/* SPDX-License-Identifier: MIT */
3+
4+
.navbar-brand img {
5+
max-width: 50%;
6+
}

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
# myst_links_external_new_tab = True
1313

1414
html_logo = 'logo.svg'
15+
html_css_files = ['site-styles.css']
1516
html_theme_options = {
1617
# 'repository_url': 'https://github.com/t-doc-org/t-doc-org.github.io',
1718
}

0 commit comments

Comments
 (0)