fix stile fino a comunicazioni

This commit is contained in:
2025-01-06 12:09:03 +01:00
parent 831a742105
commit 289c8e7ef6
18 changed files with 1633 additions and 90 deletions

View File

@ -26,7 +26,6 @@ main{
}
html, body {
font-size: 1rem;
line-height: 1.55;
@ -75,6 +74,32 @@ main{
font-size: 1.6rem;
line-height: 1.6rem;
}
h3, .h3{
font-size: 1.5rem;
line-height: 1.35;
font-weight: 600;
}
h4, .h4{
font-size: 1.35rem;
line-height: 1.3;
font-weight: 600;
}
h5, .h5{
font-size: 1rem;
line-height: 1.1;
font-weight: 600;
}
h6, .h6{
font-size: 1rem;
line-height: 1.05;
font-weight: 600;
}
}
@ -1541,7 +1566,7 @@ a.view-all{
}
@media (max-width:991px) {
.container-jit{
--bs-gutter-x: 15px;
--bs-gutter-x: 12px;
}
}
@ -1939,4 +1964,9 @@ fieldset legend{
font-size: 110%;
border-radius: 0;
color: #fff;
}
.rossofasce{
background: url(../images/bg-rosso-fascie.svg) no-repeat left top;
background-size: cover;
}