js slide
This commit is contained in:
@@ -672,6 +672,9 @@ a {
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
max-height: 400px; }
|
max-height: 400px; }
|
||||||
|
@media (max-width: 479px) {
|
||||||
|
.path-frontpage .block-views-blockprojets-block-4 .view-projets .view-content .views-row .node-type-projet div:first-child {
|
||||||
|
max-height: 0px; } }
|
||||||
.path-frontpage .block-views-blockprojets-block-4 .view-projets .view-content .views-row .node-type-projet div:first-child a {
|
.path-frontpage .block-views-blockprojets-block-4 .view-projets .view-content .views-row .node-type-projet div:first-child a {
|
||||||
color: #09398b; }
|
color: #09398b; }
|
||||||
.path-frontpage .block-views-blockprojets-block-4 .view-projets .view-content .views-row .node-type-projet div:first-child .field--name-field-photo {
|
.path-frontpage .block-views-blockprojets-block-4 .view-projets .view-content .views-row .node-type-projet div:first-child .field--name-field-photo {
|
||||||
|
|||||||
@@ -173,9 +173,10 @@ jQuery(function($) {
|
|||||||
// centerPadding: '100px',
|
// centerPadding: '100px',
|
||||||
responsive: [
|
responsive: [
|
||||||
{
|
{
|
||||||
breakpoint: 800,
|
breakpoint: 810,
|
||||||
settings: {
|
settings: {
|
||||||
adaptiveHeight: true,
|
adaptiveHeight: true,
|
||||||
|
arrows: false,
|
||||||
draggable: true,
|
draggable: true,
|
||||||
}
|
}
|
||||||
}]
|
}]
|
||||||
|
|||||||
@@ -401,7 +401,9 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
max-height: 400px;
|
max-height: 400px;
|
||||||
|
@media (max-width: 479px){
|
||||||
|
max-height: 0px;
|
||||||
|
}
|
||||||
|
|
||||||
a{
|
a{
|
||||||
color: $blue-dark;
|
color: $blue-dark;
|
||||||
|
|||||||
Reference in New Issue
Block a user