fix news list home page only responsive
This commit is contained in:
parent
569698a221
commit
3f84011ea7
@ -87,17 +87,6 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrapper {
|
|
||||||
max-width: 100%;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
display: block;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__heading {
|
|
||||||
margin-left: 1.25rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
&__items {
|
&__items {
|
||||||
display: flex;
|
display: flex;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
@ -109,18 +98,33 @@
|
|||||||
flex-shrink: 0;
|
flex-shrink: 0;
|
||||||
flex-basis: 16rem;
|
flex-basis: 16rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
.return-link {
|
|
||||||
margin-right: 1.25rem;
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.home .news-list {
|
.home .news-list {
|
||||||
margin: 6rem 0;
|
margin: 6rem 0;
|
||||||
|
|
||||||
|
.wrapper {
|
||||||
|
max-width: 100%;
|
||||||
|
margin: 0;
|
||||||
|
padding: 0;
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
&__inner {
|
&__inner {
|
||||||
position: static;
|
position: static;
|
||||||
margin-top: -9rem;
|
margin-top: -9rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
&__heading {
|
||||||
|
margin-left: 1.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
&__items {
|
||||||
|
padding-left: 1.25rem;
|
||||||
|
}
|
||||||
|
|
||||||
|
.return-link {
|
||||||
|
margin-right: 1.25rem;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user