mirror of
https://github.com/espressif/esp-idf.git
synced 2025-07-31 03:07:21 +02:00
Fixed logo width to display correctly in Chinese version of documentation
This commit is contained in:
4
docs/_static/theme_overrides.css
vendored
4
docs/_static/theme_overrides.css
vendored
@ -36,3 +36,7 @@
|
||||
a:hover {
|
||||
color: #bd2c2a !important;
|
||||
}
|
||||
|
||||
.logo {
|
||||
width: 240px !important;
|
||||
}
|
||||
|
Reference in New Issue
Block a user