Skip to content

Commit 15358be

Browse files
committed
Fixed container
1 parent 653cec7 commit 15358be

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{% include head.html %}
22
<body>
3-
<div class="container-fluid">
3+
<div class="container">
44
{% include header.html %}
55

66
{% for post in site.posts %}

0 commit comments

Comments
 (0)