Skip to content

Commit

Permalink
override default page center for all 'single' solutions pages rockstor#1
Browse files Browse the repository at this point in the history


As these pages are moe walls-of-text they do not work well with global
centering.
  • Loading branch information
phillxnet committed Oct 27, 2021
1 parent bebd573 commit 629d392
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions layouts/solutions/single.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{{ define "main" }}
<section id="main">
<div class="container">
<h1 id="title">{{ .Title }}</h1>
<div class="row-fluid">
<div class="span8">
{{ .Content }}
</div>
</div>
</div>
</section>
{{ end }}

0 comments on commit 629d392

Please sign in to comment.