Skip to content

Commit 3ecb6c2

Browse files
author
j-corry
committed
- Remove coloured background & related padding
1 parent 93ee9f7 commit 3ecb6c2

File tree

3 files changed

+231
-242
lines changed

3 files changed

+231
-242
lines changed

app/assets/stylesheets/application.css

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,3 @@
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 */
83
p:last-child {

app/views/layouts/application.html.erb

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,10 @@
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' %>

0 commit comments

Comments
 (0)