Skip to content

Commit 12bcd32

Browse files
Update nav header to h2. CSS tweak to retain size.
1 parent f1a6166 commit 12bcd32

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

jekyll-assets/_layouts/docs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@
1111
<div id="toc-container">
1212
<div id="toc-inner">
1313
<div id="docs-header">
14-
<span id="docs-header-title">
14+
<h2 id="docs-header-title">
1515
<a href="/documentation">
1616
Documentation
1717
</a>
18-
</span>
18+
</h2>
1919
<label class="mobile-menu-toggle" for="mobile-toggle">
2020
<div class="mobile-menu-toggle-inner"></div>
2121
</label>

jekyll-assets/css/style.css

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,10 @@ h1 {
104104
background: transparent;
105105
}
106106

107+
h2 {
108+
font-size: initial;
109+
}
110+
107111
body, article, div, nav, h1, h2, h3, h4, p {
108112
display: block;
109113
font-family: 'Roboto', sans-serif;

0 commit comments

Comments
 (0)