File tree Expand file tree Collapse file tree 3 files changed +231
-242
lines changed
Expand file tree Collapse file tree 3 files changed +231
-242
lines changed Original file line number Diff line number Diff line change 1- /* set grey background colour */
2- body {
3- background-color : # EBE9E8 ;
4- }
5-
61/*override margins set by design system*/
72/* reset bottom margin for last child paragraph */
83p : last-child {
Original file line number Diff line number Diff line change 77</ head >
88< body class ="brand-bicameral ">
99<%= render 'layouts/header/header' %>
10- < main id ="main-content ">
11- < div class ="container my-3 ">
12- < div class ="block block-page ">
13- <%# = render 'library_design/debug/debug' %>
14- <%= yield %>
15- </ div >
10+ < main id ="main-content " class ="block block-page ">
11+ < div class ="inner-content container ">
12+ <%# = render 'library_design/debug/debug' %>
13+ <%= yield %>
1614 </ div >
1715</ main >
1816<%= render 'layouts/footer/footer' %>
You can’t perform that action at this time.
0 commit comments