Skip to content

Commit 8c27b88

Browse files
committed
Fix small screen OSS pledge footer layout
1 parent 36ac16c commit 8c27b88

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/components/layout/footer/footer.styles.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,13 @@ export const StyledIconsWrapper = styled.div`
187187
display: flex;
188188
flex-direction: row;
189189
justify-content: space-between;
190+
flex-wrap: wrap;
190191
align-items: end;
191-
gap: 57px;
192+
gap: 25px;
192193
193194
@media (min-width: ${screens.md}) {
194195
flex-direction: column;
195196
align-items: start;
197+
gap: 57px;
196198
}
197199
`;

0 commit comments

Comments
 (0)