body.home { > footer { box-shadow: none; } > main { padding-bottom: 0; > .section > h2 { @extend .section-title; } > .news { // Assuming it goes right before footer box-shadow: 0 5px 20px -10px silver inset; border-bottom: 0; flex: 1; background: whitesmoke; margin-top: 1em; .items { display: flex; flex-flow: row nowrap; justify-content: flex-start; align-items: stretch; overflow-y: auto; margin-bottom: 1em; } .news-item-card { flex-basis: 20em; max-width: 90vw; border-radius: .5em; padding: 0 .75em; background: #fff; margin-right: 1em; .title { font-weight: normal; a { text-decoration: none; } } div.excerpt p { font-size: 90%; line-height: 1.6; } } } } }