File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
css/components/3_organisms Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -116,6 +116,9 @@ const FooterNav = () => (
116
116
</ ul >
117
117
</ nav >
118
118
</ div >
119
+ < div class = "o-layout__module c-extra" >
120
+ < div id = "teconsent" > </ div >
121
+ </ div >
119
122
</ div >
120
123
121
124
@@ -152,7 +155,6 @@ const FooterNav = () => (
152
155
< li class = "o-menu__item" > < a class = "o-menu__link" href = "https://www.linode.com/company/press/" > < span class = "o-menu__title" > Press Center</ span > </ a > </ li >
153
156
< li class = "o-menu__item" > < a class = "o-menu__link" href = "https://www.linode.com/company/careers/" > < span class = "o-menu__title" > Careers</ span > </ a > </ li >
154
157
< li class = "o-menu__item" > < a class = "o-menu__link" href = "https://www.linode.com/legal/" > < span class = "o-menu__title" > Legal</ span > </ a > </ li >
155
- < li class = "o-menu__item" > < div id = "teconsent" > </ div > </ li >
156
158
</ ul >
157
159
</ nav >
158
160
</ div >
Original file line number Diff line number Diff line change 241
241
.c-site-footer__primary .c-social i , .c-site-footer__primary .c-social svg {
242
242
margin : 0 ;
243
243
}
244
+ .c-site-footer__primary .c-extra {
245
+ text-align : center;
246
+ }
244
247
}
You can’t perform that action at this time.
0 commit comments