@@ -8,7 +8,7 @@ export function SocialMediasQuantStack() {
8
8
return (
9
9
< div >
10
10
< b > Follow us on</ b > < br />
11
- < div className = { styles . social_media_links_quantstack } >
11
+ < div style = { { marginBottom : "var(--ifm-spacing-lg)" } } >
12
12
< Link href = { "https://github.com/QuantStack" } > { < GHPicture /> } </ Link >
13
13
< Link href = { "https://www.linkedin.com/company/quantstack/mycompany" } >
14
14
{ < LinkedInPicture /> }
@@ -25,18 +25,18 @@ export default function Footer() {
25
25
< div className = { "row" } style = { { paddingBottom : "var(--ifm-spacing-xl)" } } >
26
26
< div
27
27
className = {
28
- "col flex-full -centered" + " " + styles . social_media_desktop
28
+ "col flex-horizontally -centered" + " " + styles . col_social_media_desktop
29
29
}
30
30
>
31
31
< SocialMediasQuantStack />
32
32
</ div >
33
- < div className = { "col" } >
33
+ < div className = { "col flex-horizontally-centered " } >
34
34
< div className = { "container" + " " + styles . menu_container } >
35
35
< div style = { { textAlign : "center" } } >
36
36
< b > Menu</ b > < br />
37
37
</ div >
38
38
< div className = "row" >
39
- < div className = "col" >
39
+ < div className = "col flex-horizontally-centered " >
40
40
< ul >
41
41
< li >
42
42
< Link href = { "/home" } > Home</ Link >
@@ -50,7 +50,7 @@ export default function Footer() {
50
50
</ li >
51
51
</ ul >
52
52
</ div >
53
- < div className = "col" >
53
+ < div className = "col flex-horizontally-centered " >
54
54
< ul >
55
55
< li >
56
56
< Link href = { "/services" } > Services</ Link >
@@ -67,16 +67,31 @@ export default function Footer() {
67
67
</ div >
68
68
</ div >
69
69
70
- < div className = "col" >
71
- < div className = { styles . social_media_mobile } >
72
- < SocialMediasQuantStack />
70
+ < div
71
+ className = {
72
+ "col flex-full-centered" + " " + styles . col_address_desktop
73
+ }
74
+ >
75
+ < div >
76
+ < div >
77
+ < b > QuantStack office</ b > < br />
78
+ 16, avenue Curti < br />
79
+ 94100 Saint-Maur-des-Fossés < br />
80
+ France
81
+ </ div >
82
+ </ div >
73
83
</ div >
74
84
75
- < div className = { styles . office_address } >
76
- < b > QuantStack office</ b > < br />
77
- 16, avenue Curti < br />
78
- 94100 Saint-Maur-des-Fossés < br />
79
- France
85
+ < div className = { "col" + " " + styles . col_social_media_and_address_mobile } >
86
+ < SocialMediasQuantStack />
87
+
88
+ < div >
89
+ < div >
90
+ < b > QuantStack office</ b > < br />
91
+ 16, avenue Curti < br />
92
+ 94100 Saint-Maur-des-Fossés < br />
93
+ France
94
+ </ div >
80
95
</ div >
81
96
</ div >
82
97
</ div >
0 commit comments