Skip to content
This repository was archived by the owner on Apr 19, 2021. It is now read-only.

Commit bcd6dcc

Browse files
committed
align the spacing in the footer.
Fixes gitpod-io/website#908
1 parent 49c7da9 commit bcd6dcc

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

src/components/Footer.tsx

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,16 @@ const StyledFooter = styled.footer`
1212
1313
.links {
1414
display: flex;
15-
justify-content: space-around;
15+
justify-content: space-between;
1616
flex-wrap: wrap;
17+
max-width: 1000px;
18+
margin: 0 auto;
19+
20+
@media(min-width: 651px) {
21+
ul {
22+
width: 12.4rem;
23+
}
24+
}
1725
1826
@media(max-width: 650px) {
1927
justify-content: space-between;

0 commit comments

Comments
 (0)