fix news list home page responsive

This commit is contained in:
Yves Gatesoupe 2020-07-17 14:59:31 +02:00
parent 8bc77f8994
commit 569698a221

View File

@ -87,16 +87,32 @@
overflow: hidden;
}
.wrapper {
max-width: 100%;
margin: 0;
padding: 0;
display: block;
}
&__heading {
margin-left: 1.25rem;
}
&__items {
display: flex;
overflow-y: auto;
padding-bottom: 1rem;
padding-left: 1.25rem;
}
&__item {
flex-shrink: 0;
flex-basis: 16rem;
}
.return-link {
margin-right: 1.25rem;
}
}
.home .news-list {