File tree Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Expand file tree Collapse file tree 2 files changed +16
-8
lines changed Original file line number Diff line number Diff line change 27
27
background-color : rgb (0 , 76 , 117 ) !important ;
28
28
border-top : 1px solid # 1b2532 !important ;
29
29
}
30
+
31
+ .md-header__button .md-logo {
32
+ display : none !important ;
33
+ }
34
+
30
35
.custom-logo-container {
31
36
display : flex;
32
37
align-items : center;
33
- margin-right : auto ;
38
+ grid-column : 1 ;
34
39
padding-left : 10px ;
35
40
}
36
41
.custom-logo {
Original file line number Diff line number Diff line change 32
32
<!-- End of Swagger custom style -->
33
33
{% endblock %}
34
34
35
- {% block site_nav %}
36
35
37
- < div class ="custom-logo-container ">
38
- < img src ="../docs/images/NVIDIA_Logo_MKdocs.svg class= "custom-logo ">
39
- < span class ="logo-separator "> |</ span >
40
- < img src ="../docs/images/RUNAI-LOGO-DIGITAL-2C_WP.svg " class ="custom-logo ">
36
+ {% block site_nav %}
37
+ < div class ="md-header__inner md-grid ">
38
+ <!-- Custom Logo Container -->
39
+ < div class ="custom-logo-container ">
40
+ < img src ="{{ base_url }}/images/RUNAI-LOGO-DIGITAL-2C_WP.svg " class ="custom-logo ">
41
+ < span class ="logo-separator "> |</ span >
42
+ < img src ="{{ base_url }}/images/RUNAI-LOGO-DIGITAL-2C_WP.svg " class ="custom-logo ">
43
+ </ div >
44
+ <!-- Keep the original header content -->
45
+ {{ super() }}
41
46
</ div >
42
- {{ super() }}
43
47
{% endblock %}
44
48
45
-
46
49
{% block footer %}
47
50
48
51
{% endblock %}
You can’t perform that action at this time.
0 commit comments