File tree 2 files changed +10
-5
lines changed
2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -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 . 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,7 +67,7 @@ export default function Footer() {
67
67
</ div >
68
68
</ div >
69
69
70
- < div className = "col" >
70
+ < div className = "col flex-horizontally-centered " >
71
71
< div className = { styles . social_media_mobile } >
72
72
< SocialMediasQuantStack />
73
73
</ div >
Original file line number Diff line number Diff line change 69
69
justify-content : center;
70
70
}
71
71
72
+ .flex-horizontally-centered {
73
+ display : flex;
74
+ justify-content : center;
75
+ }
76
+
72
77
.horizontally-centered {
73
78
justify-content : center;
74
79
}
You can’t perform that action at this time.
0 commit comments