File tree Expand file tree Collapse file tree 3 files changed +34
-17
lines changed
static_src/sass/components Expand file tree Collapse file tree 3 files changed +34
-17
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
- < p class ="footer__address-text "> 3rd Floor, 15 Colston St, Bristol BS1 5AP. Registered in England and Wales. Company No. 3983354. VAT No. 752981011.</ p >
66
+ < div class ="grid__footer-company ">
67
+ < div class ="footer__company ">
68
+ < div class ="footer__company-address ">
69
+ < p > © Torchbox {% now "Y" %} - </ p > < address > 3rd Floor, 15 Colston St, Bristol, BS1 5AP</ address >
70
+ </ div >
71
+ < div >
72
+ < p > Registered in England & Wales. Company no. 3983354, VAT no. 752981011</ p >
73
+ </ div >
72
74
</ div >
73
75
</ div >
74
76
</ div >
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
-
85
- & __address-text {
86
- color : var (--color--grey-20 );
87
- }
88
-
89
80
& __logo-link {
90
81
display : flex ;
91
82
align-items : center ;
105
96
}
106
97
}
107
98
99
+ & __company {
100
+ display : flex ;
101
+ flex-direction : column ;
102
+ height : 100% ;
103
+ margin : $spacer-medium 0 $spacer-mini ;
104
+ color : var (--color--grey-20 );
105
+
106
+ @include media-query (large ) {
107
+ justify-content : center ;
108
+ margin : 0 ;
109
+ }
110
+ }
111
+
112
+ & __company-address {
113
+ font-weight : 600 ;
114
+
115
+ > * {
116
+ font-style : normal ;
117
+ display : inline ;
118
+ }
119
+ }
120
+
108
121
& __carbon-impact-container {
109
122
background-color : var (--color--footer-background );
110
123
border-top : 1px solid var (--color--border );
Original file line number Diff line number Diff line change 277
277
}
278
278
}
279
279
280
- & __footer-address {
280
+ & __footer-company {
281
281
grid-column : 2 / span 4 ;
282
+ grid-row : 2 ;
282
283
283
284
@include media-query (large ) {
284
- grid-column : 2 / span 12 ;
285
+ grid-column : 10 / span 4 ;
286
+ grid-row : auto ;
285
287
}
286
288
}
287
289
You can’t perform that action at this time.
0 commit comments