didattica e carosello

This commit is contained in:
2025-01-04 08:57:17 +01:00
parent 21fd18e1ff
commit 5c35321b7f
7 changed files with 2293 additions and 6 deletions

View File

@ -1930,6 +1930,7 @@ text-decoration: none;
background-color: #F5F5F5;
padding: 1rem;
font-size: .9rem;
height: 280px;
}
.titolo-featured {
display: flex;
@ -2163,4 +2164,31 @@ text-decoration: none;
.contatore .sottotitolo{
font-size: 1.2rem;
font-weight: 600;
}
}
.container-jit.bg-grigio{
background: #F5F5F5;
padding-top: 2rem;
padding-bottom: 2rem;
}
.container-jit.bg-rosso{
background: #CC334B;
color: #fff;
}
.container-jit.bg-rosso a{
color: #fff;
}
.container-jit.bg-rosso a:hover{
text-decoration: underline;
}
.primopiano-foto img {
object-fit: cover;
height: 100%;
width: 100%;
border-radius: 6px;
height: 200px;
}