We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bdebab commit ca836feCopy full SHA for ca836fe
src/custom.css
@@ -9,4 +9,10 @@
9
width: 100%;
10
height: auto;
11
cursor: pointer;
12
+}
13
+
14
+.sidebar-header-image {
15
+ margin: 10%;
16
+ width: 80%; /* Make image responsive within the sidebar */
17
+ height: auto; /* Maintain aspect ratio */
18
}
theme/index.hbs
@@ -114,6 +114,7 @@
114
115
<nav id="sidebar" class="sidebar" aria-label="Table of contents">
116
<div class="sidebar-scrollbox">
117
+ <img class="sidebar-header-image" src="{{ path_to_root }}/img/misc/spurdo_fbv.png"></img>
118
<mdbook-sidebar-scrollbox>
119
<!-- populated by js -->
120
</mdbook-sidebar-scrollbox>
0 commit comments