website/static/src/scss/_similar_content.scss

23 lines
313 B
SCSS

section#similar-content {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 2rem;
h2 {
color: inherit;
margin-bottom: 0;
}
.view-all {
margin-top: 0.25rem;
margin-bottom: 0.5rem;
}
.media {
@include desktop {
transform: scale(85%);
}
}
}