File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,14 @@ <h3 class="no-anchor">{{ category.title }}</h3>
41
41
< div class ="row ">
42
42
< div class ="col-xs-12 text-center ">
43
43
© {{ 'now' | date: "%Y" }} Gruntwork, Inc. All rights reserved.
44
+ < div >
45
+ < span style ="display:inline-block; margin-right:12px; "> < a href ="/legal/terms "> Terms of Service</ a > </ span >
46
+ < span style ="display:inline-block; margin-right:12px; "> < a href ="/legal/website-terms "> Website Terms</ a > </ span >
47
+ < span style ="display:inline-block; margin-right:12px; "> < a href ="/legal/privacy-policy "> Privacy Policy</ a > </ span >
48
+ < span > < a href ="/legal/cookie-policy "> Cookie Policy</ a > </ span >
49
+ </ div >
44
50
</ div >
45
51
</ div >
46
52
</ div >
47
53
</ div >
48
- </ footer >
54
+ </ footer >
Original file line number Diff line number Diff line change @@ -1269,11 +1269,9 @@ footer {
1269
1269
background : url(' ../img/grunty-wave.png' ) center bottom no-repeat ;
1270
1270
background-size : 157px 141px ;
1271
1271
1272
- @media (min-width : @screen-sm -min ) {
1272
+ @media (min-width : @screen-lg -min ) {
1273
1273
padding : 90px 0 30px 0 ;
1274
1274
background-position-x : right ;
1275
- }
1276
- @media (min-width : @screen-lg-min ) {
1277
1275
background-position-x : ~ " -webkit-calc(100% - 60px)" ;
1278
1276
background-position-x : ~ " calc(100% - 60px)" ;
1279
1277
}
You can’t perform that action at this time.
0 commit comments