LP#1778972 Content Spacing
authorChris Burton <cburton@nflibrary.ca>
Wed, 9 Sep 2020 15:57:21 +0000 (11:57 -0400)
committerChris Burton <cburton@nflibrary.ca>
Thu, 10 Sep 2020 16:01:35 +0000 (12:01 -0400)
Open-ILS/src/templates-bootstrap/opac/parts/base.tt2

index 3166a55..543d2cf 100755 (executable)
@@ -58,8 +58,9 @@
     <body[% IF want_dojo; ' class="tundra d-flex flex-column min-vh-100"'; ELSE; ' class="tundra d-flex flex-column min-vh-100"';  END %]>
         <h1 class="sr-only">[% l('Catalog') %]</h1>
         [%#Each content page needs (at minimum) an <h2> describing the content%]
-       
+       <div class="mb-3">
         [% content %]
+        </div>
         [% IF ctx.page != "login" ;%]
         [% INCLUDE 'opac/parts/login/login_modal.tt2' %]
         [% END;%]