File tree 4 files changed +209
-139
lines changed
4 files changed +209
-139
lines changed Original file line number Diff line number Diff line change 81
81
" chroma" ,
82
82
" col-lg-10" ,
83
83
" col-lg-11" ,
84
- " col-lg-12" ,
85
84
" col-lg-5" ,
86
85
" col-lg-8" ,
87
86
" col-lg-9" ,
88
87
" col-md-12" ,
88
+ " col-xl-10" ,
89
+ " col-xl-11" ,
90
+ " col-xl-12" ,
89
91
" col-xl-3" ,
90
92
" col-xl-4" ,
91
93
" col-xl-8" ,
96
98
" content" ,
97
99
" contributors" ,
98
100
" created-date" ,
99
- " d-block" ,
100
101
" d-flex" ,
101
102
" d-lg-block" ,
102
103
" d-lg-none" ,
124
125
" form-control" ,
125
126
" form-control-lg" ,
126
127
" frame" ,
128
+ " fs-4" ,
127
129
" fs-5" ,
130
+ " fs-6" ,
128
131
" h-auto" ,
129
132
" h3" ,
130
133
" h4" ,
158
161
" list-view" ,
159
162
" m-2" ,
160
163
" mb-0" ,
161
- " mb-4" ,
162
164
" me-2" ,
163
165
" me-auto" ,
164
166
" me-lg-1" ,
165
- " me-lg-3" ,
166
167
" message" ,
167
168
" modal" ,
168
169
" modal-body" ,
242
243
" text-muted" ,
243
244
" text-nowrap" ,
244
245
" text-reset" ,
246
+ " text-uppercase" ,
247
+ " text-white" ,
245
248
" title" ,
246
249
" title-submitted" ,
247
250
" toc-mobile" ,
Original file line number Diff line number Diff line change 2
2
< section class ="section container-fluid mt-n3 pb-3 ">
3
3
< div class ="row justify-content-center ">
4
4
5
- < div class ="col-lg-9 col-xl-8 text-center ">
5
+ < div class ="col-lg-9 col-xl-12 text-center ">
6
6
< h2 > {{ .Params.lead | safeHTML }}</ h2 >
7
7
8
8
< p class ="lead ">
Original file line number Diff line number Diff line change 20
20
<!-- Site title -->
21
21
<!-- Insert our Custom OCM Text Image Instead of the Plain title. -->
22
22
<!-- <a class="navbar-brand me-auto me-lg-3" href="{{ relLangURL "" }}">{{ .Site.Title }}</a> -->
23
- < a class ="navbar-brand order-0 " href ="{{ "/" | relLangURL }}" aria-label="{{ .Site.Params.Title }}">
23
+ < a class ="navbar-brand order-0 text-center " href ="{{ "/" | relLangURL }}" aria-label="{{ .Site.Params.Title }}">
24
24
< img src ="/images/logo_full.svg " alt ="Open Component Model Logo " class ="header-logo ">
25
+ </ br >
26
+ < small class ="text-uppercase text-white fs-6 "> Components</ small >
25
27
</ a >
26
28
27
29
<!-- FlexSearch mobile -->
You can’t perform that action at this time.
0 commit comments