css fix
This commit is contained in:
@@ -433,6 +433,9 @@ observer.observe(document.body, config);
|
||||
arrows: true,
|
||||
centerMode: true,
|
||||
adaptiveHeight: true,
|
||||
autoplay: true,
|
||||
autoplaySpeed: 1500,
|
||||
infinite: true,
|
||||
// centerPadding: '100px',
|
||||
responsive: [
|
||||
{
|
||||
@@ -443,6 +446,8 @@ observer.observe(document.body, config);
|
||||
arrows: true,
|
||||
draggable: true,
|
||||
centerMode: true,
|
||||
autoplay: true,
|
||||
autoplaySpeed: 2000,
|
||||
}
|
||||
}]
|
||||
});
|
||||
|
@@ -86,6 +86,7 @@
|
||||
padding-top: 2rem;
|
||||
margin-top: 2rem;
|
||||
margin: auto;
|
||||
font-family: 'gilroy-regular';
|
||||
@media(max-width: 500px){
|
||||
width: 80%;
|
||||
}
|
||||
@@ -121,6 +122,7 @@
|
||||
p{
|
||||
padding: 0rem;
|
||||
margin: 0;
|
||||
font-family: 'gilroy-regular';
|
||||
|
||||
&:nth-of-type(1){
|
||||
grid-column: 1;
|
||||
@@ -162,6 +164,7 @@
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
padding: 1rem;
|
||||
font-family: 'gilroy-regular';
|
||||
@media(max-width: 500px){
|
||||
width: 90%;
|
||||
}
|
||||
|
@@ -52,6 +52,8 @@
|
||||
p:nth-child(3){
|
||||
flex: 1 ;
|
||||
padding: 1rem;
|
||||
font-family: 'gilroy-regular';
|
||||
margin-top: 0;
|
||||
@media(max-width: 1090px){
|
||||
padding-left: 0 ;
|
||||
font-size: 1rem;
|
||||
@@ -118,6 +120,7 @@
|
||||
max-width: 30%;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
font-family: 'gilroy-regular';
|
||||
@media(max-width: 1090px){
|
||||
padding-right: 1rem;
|
||||
flex: 1 30%;
|
||||
|
@@ -67,6 +67,7 @@
|
||||
grid-column: 3 /span 4 ;
|
||||
grid-row: 2;
|
||||
margin-left: 1rem;
|
||||
font-family: 'gilroy-regular';
|
||||
@media (max-width:810px) {
|
||||
margin-left: 0;
|
||||
}
|
||||
|
@@ -121,6 +121,7 @@
|
||||
// visibility: visible;
|
||||
opacity: 1 !important;
|
||||
transform: none !important;
|
||||
font-family: 'gilroy-regular';
|
||||
p{
|
||||
margin: 0;
|
||||
font-size: 0.7rem ;
|
||||
|
@@ -113,7 +113,7 @@ $slick-opacity-not-active: 0.25 !default;
|
||||
}
|
||||
|
||||
.slick-prev {
|
||||
left: 46%;
|
||||
left: 45%;
|
||||
@media(max-width:810px){
|
||||
left: 35%;
|
||||
|
||||
|
@@ -49,6 +49,7 @@
|
||||
button{
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
padding-left: 1rem;
|
||||
&:hover{
|
||||
opacity: 0.5;
|
||||
}
|
||||
@@ -220,6 +221,7 @@
|
||||
}
|
||||
}
|
||||
.field_field_description{
|
||||
font-family: 'gilroy-regular';
|
||||
p{
|
||||
font-size: 0.6rem !important;
|
||||
margin: 0;
|
||||
|
Reference in New Issue
Block a user