Skip to content

Commit 2668f72

Browse files
author
jordanmccullough
committed
Center Workbook titles to match all site headers
1 parent 2da99a5 commit 2668f72

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

_layouts/workbook.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,10 @@
33
theme: workbook
44
---
55

6-
<section class="hero">
6+
<section class="hero center">
77
<div class="container">
8-
<span class="octicon octicon-book"></span><h1>{{ page.title }}</h1>
8+
<!-- <span class="octicon octicon-book"></span> -->
9+
<h1>{{ page.title }}</h1>
910
{% include license.html %}
1011
</div>
1112
</section>

0 commit comments

Comments
 (0)