We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a4decc commit 2c7b165Copy full SHA for 2c7b165
_layouts/page.html
@@ -7,7 +7,7 @@
7
8
{% include head.html %}
9
10
-<body>
+<body class="subPageBody">
11
<div class="headerBackground subPageHeaderBackground">
12
<div class="container subPageContainer">
13
{% include header.html %}
_sass/base.scss
@@ -16,6 +16,10 @@ body {
16
background-color: $body-color;
17
}
18
19
+.subPageBody {
20
+ background-color: #fff;
21
+}
22
+
23
h1 {
24
font-size: 3rem;
25
_sass/layout.scss
@@ -50,7 +50,7 @@
50
51
.subPageContainer {
52
grid-template-rows: 115px auto auto auto;
53
-
54
55
56
@media only screen and (max-width: 768px) {
0 commit comments