mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +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 {
|
a:hover {
|
||||||
color: #bd2c2a !important;
|
color: #bd2c2a !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.logo {
|
||||||
|
width: 240px !important;
|
||||||
|
}
|
||||||
|
Reference in New Issue
Block a user