File tree Expand file tree Collapse file tree 3 files changed +30
-13
lines changed Expand file tree Collapse file tree 3 files changed +30
-13
lines changed Original file line number Diff line number Diff line change @@ -144,6 +144,10 @@ export default {
144
144
{
145
145
"title" : "Menu " ,
146
146
"items" : [
147
+ {
148
+ "label" : "Home" ,
149
+ "href" : "/home/"
150
+ } ,
147
151
{
148
152
"label" : "Projects" ,
149
153
"href" : "/projects/"
@@ -167,10 +171,10 @@ export default {
167
171
]
168
172
} ,
169
173
{
170
- "title" : " " ,
174
+ "title" : "QuantStack office " ,
171
175
"items" : [
172
176
{
173
- "html" : "\n \n <div class=\"office -address\">\n <b> QuantStack Office </b> <br/> \n 16, avenue Curti <br/>\n 94100 Saint-Maur-des-Fossés <br/>\n France\n </div>\n \n "
177
+ "html" : "\n \n <div class=\"quantstack -address\">\n 16, avenue Curti <br/>\n 94100 Saint-Maur-des-Fossés <br/>\n France\n </div>\n \n "
174
178
}
175
179
]
176
180
}
Original file line number Diff line number Diff line change @@ -167,6 +167,10 @@ const config: Config = {
167
167
{
168
168
title : "Menu " ,
169
169
items : [
170
+ {
171
+ label : "Home" ,
172
+ href : "/home/" ,
173
+ } ,
170
174
{
171
175
label : "Projects" ,
172
176
href : "/projects/" ,
@@ -192,13 +196,12 @@ const config: Config = {
192
196
193
197
194
198
{
195
- title : " " ,
199
+ title : "QuantStack office " ,
196
200
items : [
197
201
{
198
202
html : `
199
203
200
- <div class="office-address">
201
- <b> QuantStack Office </b> <br/>
204
+ <div class="quantstack-address">
202
205
16, avenue Curti <br/>
203
206
94100 Saint-Maur-des-Fossés <br/>
204
207
France
Original file line number Diff line number Diff line change @@ -229,12 +229,6 @@ ul {
229
229
}
230
230
}
231
231
232
- .office-address {
233
- margin-left : var (--ifm-spacing-6xl );
234
- text-align : start;
235
- color : var (--ifm-color-neutral-black );
236
- }
237
-
238
232
.social-media-links {
239
233
margin-left : var (--ifm-spacing-3xl );
240
234
text-align : start;
@@ -328,6 +322,11 @@ ul {
328
322
margin-top : var (--ifm-spacing-2xl );
329
323
}
330
324
325
+ .office-address {
326
+ text-align : start;
327
+ color : var (--ifm-color-neutral-black );
328
+ }
329
+
331
330
.footer {
332
331
background-color : var (--ifm-color-primary-p1 );
333
332
display : flex;
@@ -337,13 +336,24 @@ ul {
337
336
max-width : none;
338
337
}
339
338
340
- .footer__links {
339
+
340
+ .row .footer__links {
341
341
display : flex;
342
+ justify-content : center;
343
+ margin : 0 ;
344
+ padding : 0 ;
345
+ }
346
+
347
+ .footer__bottom {
348
+ margin-top : var (--ifm-spacing-xl );
349
+ }
350
+
351
+ .footer__col {
342
352
align-items : center;
343
353
justify-content : center;
344
- padding : 10px ;
345
354
margin : 0 ;
346
355
padding : 0 ;
356
+ height : 240px ;
347
357
}
348
358
349
359
.footer__link-item {
You can’t perform that action at this time.
0 commit comments