responsiveness
This commit is contained in:
@@ -13,26 +13,16 @@ export default class Landing extends React.Component {
|
|||||||
speed: 300,
|
speed: 300,
|
||||||
slidesToShow: 4,
|
slidesToShow: 4,
|
||||||
slidesToScroll: 1,
|
slidesToScroll: 1,
|
||||||
centerMode: true,
|
|
||||||
responsive: [
|
responsive: [
|
||||||
{
|
{
|
||||||
breakpoint: 1024,
|
breakpoint: 1024,
|
||||||
settings: {
|
settings: {
|
||||||
slidesToShow: 3,
|
slidesToShow: 3,
|
||||||
slidesToScroll: 3,
|
slidesToScroll: 1,
|
||||||
infinite: true,
|
|
||||||
dots: true,
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
breakpoint: 600,
|
breakpoint: 600,
|
||||||
settings: {
|
|
||||||
slidesToShow: 2,
|
|
||||||
slidesToScroll: 2,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
{
|
|
||||||
breakpoint: 480,
|
|
||||||
settings: {
|
settings: {
|
||||||
slidesToShow: 1,
|
slidesToShow: 1,
|
||||||
slidesToScroll: 1,
|
slidesToScroll: 1,
|
||||||
|
|||||||
@@ -189,7 +189,12 @@
|
|||||||
|
|
||||||
.events-section {
|
.events-section {
|
||||||
background: #f4f4f4 0% 0% no-repeat padding-box;
|
background: #f4f4f4 0% 0% no-repeat padding-box;
|
||||||
padding: 3em 4em;
|
|
||||||
|
padding: 2em 2em;
|
||||||
|
|
||||||
|
@media only screen and (min-width: 992px) {
|
||||||
|
padding: 3em 4em;
|
||||||
|
}
|
||||||
|
|
||||||
.events-inner-container {
|
.events-inner-container {
|
||||||
span {
|
span {
|
||||||
@@ -267,7 +272,7 @@
|
|||||||
|
|
||||||
color: $secondary-text;
|
color: $secondary-text;
|
||||||
@extend %font-inter;
|
@extend %font-inter;
|
||||||
font-size: 0.4em;
|
font-size: 12px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user