Skip to content

Commit abd8a95

Browse files
committed
fix(web): footer according to figma
1 parent 0eeef2e commit abd8a95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/src/layout/Footer/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ import SecuredByKlerosLogo from "svgs/footer/secured-by-kleros.svg";
55
import { socialmedia } from "consts/socialmedia";
66

77
const Container = styled.div`
8-
height: 80px;
8+
height: 122px;
99
width: 100%;
1010
background-color: ${({ theme }) => theme.primaryPurple};
1111
display: flex;
1212
flex-direction: column;
1313
justify-content: center;
1414
align-items: center;
15-
padding: 0 32px;
16-
gap: 16px;
15+
padding: 0 32px 8px 32px;
16+
gap: 24px;
1717
1818
${landscapeStyle(
1919
() => css`

0 commit comments

Comments
 (0)