Skip to content

Commit f9555c9

Browse files
committed
Ready to Rage
1 parent 9f6aa10 commit f9555c9

File tree

4 files changed

+209
-139
lines changed

4 files changed

+209
-139
lines changed

hugo_stats.json

+7-4
Original file line numberDiff line numberDiff line change
@@ -81,11 +81,13 @@
8181
"chroma",
8282
"col-lg-10",
8383
"col-lg-11",
84-
"col-lg-12",
8584
"col-lg-5",
8685
"col-lg-8",
8786
"col-lg-9",
8887
"col-md-12",
88+
"col-xl-10",
89+
"col-xl-11",
90+
"col-xl-12",
8991
"col-xl-3",
9092
"col-xl-4",
9193
"col-xl-8",
@@ -96,7 +98,6 @@
9698
"content",
9799
"contributors",
98100
"created-date",
99-
"d-block",
100101
"d-flex",
101102
"d-lg-block",
102103
"d-lg-none",
@@ -124,7 +125,9 @@
124125
"form-control",
125126
"form-control-lg",
126127
"frame",
128+
"fs-4",
127129
"fs-5",
130+
"fs-6",
128131
"h-auto",
129132
"h3",
130133
"h4",
@@ -158,11 +161,9 @@
158161
"list-view",
159162
"m-2",
160163
"mb-0",
161-
"mb-4",
162164
"me-2",
163165
"me-auto",
164166
"me-lg-1",
165-
"me-lg-3",
166167
"message",
167168
"modal",
168169
"modal-body",
@@ -242,6 +243,8 @@
242243
"text-muted",
243244
"text-nowrap",
244245
"text-reset",
246+
"text-uppercase",
247+
"text-white",
245248
"title",
246249
"title-submitted",
247250
"toc-mobile",

layouts/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<section class="section container-fluid mt-n3 pb-3">
33
<div class="row justify-content-center">
44

5-
<div class="col-lg-9 col-xl-8 text-center">
5+
<div class="col-lg-9 col-xl-12 text-center">
66
<h2>{{ .Params.lead | safeHTML }}</h2>
77

88
<p class="lead">

layouts/partials/header/header.html

+3-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@
2020
<!-- Site title -->
2121
<!-- Insert our Custom OCM Text Image Instead of the Plain title. -->
2222
<!-- <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 }}">
2424
<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>
2527
</a>
2628

2729
<!-- FlexSearch mobile -->

0 commit comments

Comments
 (0)