Skip to content

Commit 3b9e67c

Browse files
author
Jordan McCullough
committed
Merge pull request #285 from iamphill/header-alignment
Fixed top alignment issue
2 parents 4d99eae + f1bc196 commit 3b9e67c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/top.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h2>{{ page.title }}</h2>
3333

3434
{% if page.body_class == "home" %}
3535
<div class="jumbotron colorful classes">
36-
<div class="container text-center">
36+
<div class="text-center">
3737

3838
<div class="row">
3939
<div class="col-md-4">

0 commit comments

Comments
 (0)