You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
boundary/website/components/how-it-works/feature/logo-list/logo-list.module.css

17 lines
220 B

.logos {
display: flex;
flex-direction: row;
align-items: center;
max-width: 440px;
flex-wrap: wrap;
& > div {
margin-right: 30px;
margin-bottom: 20px;
}
}
.footerText {
color: var(--gray-5);
}