Update oss friends (#5108)
Modified OSS friends to fit figma (fonts, colors, margins etc. ) and made it responsive. --------- Co-authored-by: Ady Beraud <a.beraud96@gmail.com>
This commit is contained in:
@ -9,6 +9,13 @@ const Container = styled.div`
|
||||
justify-content: center;
|
||||
max-width: 1000px;
|
||||
margin: 0 auto;
|
||||
width: 95%;
|
||||
margin-bottom: 24px;
|
||||
@media (max-width: 800px) {
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
justify-content: center;
|
||||
}
|
||||
`;
|
||||
|
||||
export const CardContainer = ({ children }: { children?: React.ReactNode }) => {
|
||||
|
||||
Reference in New Issue
Block a user