20 lines
255 B
SCSS
20 lines
255 B
SCSS
.contribute-container {
|
|
h2 {
|
|
margin: 0;
|
|
}
|
|
|
|
.card-section {
|
|
justify-content: space-between;
|
|
max-width: 880px;
|
|
|
|
> :first-child {
|
|
margin-right: 2rem;
|
|
width: 60%;
|
|
}
|
|
|
|
&:last-child {
|
|
margin-bottom: 0;
|
|
}
|
|
}
|
|
}
|