Skip to content

Commit

Permalink
Revert "making container fluid to fix #53 (#54)" (#55)
Browse files Browse the repository at this point in the history
This reverts commit 1207247.
  • Loading branch information
johlju authored Aug 14, 2019
1 parent 1207247 commit 1e2b6f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layouts/_default/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ <h1 class="text-white mb-4">{{ .Params.title }}</h1>

{{ "<!-- details page -->" | safeHTML }}
<section class="single section bg-gray pb-0">
<div class="container-fluid">
<div class="container">
<div class="row">
<div class="col-lg-3">
<div class="mb-5 bg-white p-4 sticky-top">
Expand Down
2 changes: 1 addition & 1 deletion layouts/_default/single.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<!-- details page -->
<section class="single pt-5 bg-gray">
<div class="container-fluid">
<div class="container">
<div class="row">
<div class="col-lg-3">
<div class="p-4 bg-white sticky-top top-100">
Expand Down

0 comments on commit 1e2b6f8

Please sign in to comment.