2025-08-09 13:31:45 +02:00

11 lines
338 B
CSS

/*
* This file is used to override the default logo style of the docs theme.
* It is not used for the actual documentation content.
*/
#navbar img {
height: auto !important; /* Let intrinsic SVG size determine height */
width: 200px !important; /* Control width */
margin-top: 5px !important; /* Add some space above the logo */
}