Skip to content

Commit

Permalink
Merge pull request #6 from pages-themes/responsive-layout
Browse files Browse the repository at this point in the history
Use responsive container class
  • Loading branch information
shawnbot authored Jul 18, 2017
2 parents 2734e0d + 37039d6 commit 5f83e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<link href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}" rel="stylesheet">
</head>
<body>
<div class="container markdown-body my-5">
<div class="container-lg px-3 my-5 markdown-body">
{% if site.title and site.title != page.title %}
<h1><a href="{{ "/" | absolute_url }}">{{ site.title }}</a></h1>
{% endif %}
Expand Down

0 comments on commit 5f83e70

Please sign in to comment.