@t2ca/gatsby-theme-showcase 1.0.51 → 1.0.53

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@t2ca/gatsby-theme-showcase",
3
- "version": "1.0.51",
3
+ "version": "1.0.53",
4
4
  "main": "index.js",
5
5
  "license": "MIT",
6
6
  "devDependencies": {
@@ -9,43 +9,47 @@ export default ({ name }) => {
9
9
  <Container>
10
10
  <footer
11
11
  sx={{
12
- display: "flex",
13
- flexWrap: "wrap",
12
+ display: ["flex"],
13
+ flexDirection: ["column", "row"],
14
+
14
15
  alignItems: "center",
15
16
  p: 2,
17
+
16
18
  variant: "styles.footer",
17
19
  }}
18
20
  >
19
- <div sx={{ p: 3 }}>{name}</div>
21
+ <div sx={{ py: 3, pl: 3 }}>{name}</div>
20
22
  <div sx={{ mx: "auto" }} />
21
- <a
22
- href="https://www.twitter.com/t2media"
23
- sx={{ variant: "styles.navlink", p: 3 }}
24
- aria-label="Twitter"
25
- >
26
- <FaTwitter />
27
- </a>
28
- <a
29
- href="https://www.instagram.com/t2.media"
30
- sx={{ variant: "styles.navlink", p: 3 }}
31
- aria-label="Instagram"
32
- >
33
- <FaInstagram />
34
- </a>
35
- <a
36
- href="https://www.github.com/t2media"
37
- sx={{ variant: "styles.navlink", p: 3 }}
38
- aria-label="GitHub"
39
- >
40
- <FaGithub />
41
- </a>
42
- <a
43
- href="https://www.linkedin.com/company/t2media"
44
- sx={{ variant: "styles.navlink", p: 3 }}
45
- aria-label="LinkedIn"
46
- >
47
- <FaLinkedin />
48
- </a>
23
+ <div>
24
+ <a
25
+ href="https://www.twitter.com/t2media"
26
+ sx={{ variant: "styles.navlink", p: 3 }}
27
+ aria-label="Twitter"
28
+ >
29
+ <FaTwitter />
30
+ </a>
31
+ <a
32
+ href="https://www.instagram.com/t2.media"
33
+ sx={{ variant: "styles.navlink", p: 3 }}
34
+ aria-label="Instagram"
35
+ >
36
+ <FaInstagram />
37
+ </a>
38
+ <a
39
+ href="https://www.github.com/t2media"
40
+ sx={{ variant: "styles.navlink", p: 3 }}
41
+ aria-label="GitHub"
42
+ >
43
+ <FaGithub />
44
+ </a>
45
+ <a
46
+ href="https://www.linkedin.com/company/t2media"
47
+ sx={{ variant: "styles.navlink", p: 3 }}
48
+ aria-label="LinkedIn"
49
+ >
50
+ <FaLinkedin />
51
+ </a>
52
+ </div>
49
53
  </footer>
50
54
  </Container>
51
55
  </Box>
@@ -84,7 +84,11 @@ export default ({
84
84
  <img
85
85
  src={isDark ? desktopLogoWhite : desktopLogo}
86
86
  height={35}
87
+ width={108}
87
88
  alt="T2 Media Logo"
89
+ sx={{
90
+ verticalAlign: ["bottom", "text-bottom"],
91
+ }}
88
92
  />
89
93
  {/* <Img
90
94
  fixed={isDark ? desktopLogoWhite : desktopLogo}
@@ -97,7 +101,15 @@ export default ({
97
101
  />*/}
98
102
  </div>
99
103
  <div sx={{ display: ["inherit", "none"] }}>
100
- <img src={mobileLogo} height={35} alt="T2 Media Logo" />
104
+ <img
105
+ src={mobileLogo}
106
+ height={35}
107
+ width={35}
108
+ alt="T2 Media Logo"
109
+ sx={{
110
+ verticalAlign: ["bottom", "text-bottom"],
111
+ }}
112
+ />
101
113
  {/* <Img
102
114
  fixed={mobileLogo}
103
115
  sx={{