didattica e carosello
This commit is contained in:
@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user