mirror of
https://github.com/eyaltoledano/claude-task-master.git
synced 2025-11-13 08:35:08 +00:00
11 lines
338 B
CSS
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 */
|
|
}
|