File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed
docs/layouts/partials/docs Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 8
8
{{ .Content | safeHTML }}
9
9
{{ end }}
10
10
</ div >
11
- < div class ="big ">
11
+ < div class ="big header-logo ">
12
12
{{ with resources.Get "images/logos/logo.svg" }}
13
- {{ .Content | safeHTML }}
13
+ {{ .Content | safeHTML }}
14
14
{{ end }}
15
+ < style >
16
+ .header-logo svg {
17
+ width : 32px ;
18
+ height : 32px ;
19
+ }
20
+ </ style >
15
21
</ div >
16
22
</ a >
17
23
< button id ="close-sidebar " class ="btn btn-icon btn-soft ">
44
50
{{ end }}
45
51
{{ end -}}
46
52
</ div >
47
- < div class ="d-none d-md -flex d-flex align-items-center m-1 ">
53
+ < div class ="d-none d-lg -flex d-flex align-items-center m-1 ">
48
54
< h5 > Star us on GitHub ! </ h5 >
49
55
< script async defer src ="https://buttons.github.io/buttons.js "> </ script >
50
56
< a class ="github-button " href ="https://github.com/mudler/LocalAI " data-color-scheme ="no-preference: light; light: light; dark: dark; " data-icon ="octicon-star " data-size ="large " data-show-count ="true " aria-label ="Star mudler/LocalAI on GitHub "> Star</ a >
You can’t perform that action at this time.
0 commit comments