responsiveee

This commit is contained in:
kiki 2023-05-02 21:19:14 +02:00
parent eea29d886e
commit b6cc8a5f49
2 changed files with 20 additions and 0 deletions

View file

@ -249,3 +249,12 @@ hide {
/*div.filtered { }*/
/*div.card.accordion.shuffle-item.filtered { display:none !important;}*/
}
@media only screen and (max-width: 600px) {
.col-sm-12.card.accordion.shuffle-item.filtered {
flex-direction: column;
}
.card-body {
max-width: 100%;}
}

View file

@ -233,6 +233,17 @@ function Aziende(stringexel) {
return " " + d["textarea-627"].replace(/"/g, "")
});
let datarichiesta = descrizione.append("p")
.attr("class", "collabora")
collabora.append("div")
.attr("class", "uppercase")
.text("Data richiesta ingresso:")
collabora.append("span")
.text(function(d) {
var datarichiestaingresso=d["Data"].replace(/"/g, "");
return " " + datarichiestaingresso
});
if (function(d) { return d["textarea-627"] != ''}) {
console.log('ciao');
}