File tree Expand file tree Collapse file tree 3 files changed +20
-1
lines changed
static_src/sass/components Expand file tree Collapse file tree 3 files changed +20
-1
lines changed Original file line number Diff line number Diff line change 63
63
{% endif %}
64
64
{% endwith %}
65
65
</ div >
66
+
67
+ </ div >
68
+ < div class ="grid ">
69
+ < div class ="grid__footer-address ">
70
+ < div class ="footer__address ">
71
+ 3rd Floor, 15 Colston St, Bristol BS1 5AP. Registered in England and Wales. Company No. 3983354. VAT No. 752981011.
72
+ </ div > </ div >
66
73
</ div >
67
-
68
74
{% include "patterns/molecules/carbon-impact/carbon-impact.html" %}
69
75
</ div >
70
76
Original file line number Diff line number Diff line change 77
77
}
78
78
}
79
79
80
+ & __address {
81
+ text-align : center ;
82
+ padding-bottom : $spacer-small ;
83
+ }
84
+
80
85
& __logo-link {
81
86
display : flex ;
82
87
align-items : center ;
Original file line number Diff line number Diff line change 272
272
& __footer-logos {
273
273
grid-column : 2 / span 4 ;
274
274
275
+ @include media-query (large ) {
276
+ grid-column : 2 / span 4 ;
277
+ }
278
+ }
279
+
280
+ & __footer-address {
281
+ grid-column : 2 / span 4 ;
282
+
275
283
@include media-query (large ) {
276
284
grid-column : 2 / span 12 ;
277
285
}
You can’t perform that action at this time.
0 commit comments