diff --git a/src/components/layouts/Footer.tsx b/src/components/layouts/Footer.tsx
index ce7db0f1f7..9034daabfa 100644
--- a/src/components/layouts/Footer.tsx
+++ b/src/components/layouts/Footer.tsx
@@ -18,22 +18,35 @@ import {
export const Footer: FC = () => {
return (
-
+
-
+
@@ -44,14 +57,18 @@ export const Footer: FC = () => {
@@ -65,9 +82,13 @@ export const Footer: FC = () => {
{
@@ -117,8 +138,6 @@ export const Footer: FC = () => {
{
-
+
© 2013–2022. The go-ethereum Authors.
-
+
)
}
\ No newline at end of file
diff --git a/src/components/layouts/Layout.tsx b/src/components/layouts/Layout.tsx
index fb992469ef..5d2090fd02 100644
--- a/src/components/layouts/Layout.tsx
+++ b/src/components/layouts/Layout.tsx
@@ -10,7 +10,15 @@ interface Props {
// TODO: if mobile, getMobileLayout, else getDesktopLayout
export const Layout: FC = ({ children }) => {
return (
-
+
{children}
diff --git a/src/theme/foundations/sizes.ts b/src/theme/foundations/sizes.ts
index 7cd50316be..3a904c1d60 100644
--- a/src/theme/foundations/sizes.ts
+++ b/src/theme/foundations/sizes.ts
@@ -1,6 +1,7 @@
export const sizes = {
container: {
sm: '480px',
+ md: '768px',
lg: '1096px',
xl: '1200px',
'2xl': '1536px'