Risolto bug CSS + link assoluti. Pronto per la pubblicazione finale

This commit is contained in:
2025-10-15 22:06:42 +02:00
parent e2df1d5355
commit ae832fa3cf
3 changed files with 59 additions and 47 deletions

View File

@@ -63,7 +63,7 @@ header .menu a {
*/
.top {
background-image: url("https://ctf.francescomancuso.it/tpsit/pizzeriaWeb/img/header.webp");
background-image: url("https://ctf.francescomancuso.it/webserver/tpsit/pizzeriaWeb/img/header.webp");
background-position: top center;
background-size: cover;
background-repeat: no-repeat;
@@ -98,6 +98,7 @@ header .menu a {
border: 1px solid var(--primario);
border-radius: 1rem;
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
flex-wrap: nowrap;
@@ -129,6 +130,10 @@ header .menu a {
padding-bottom: 0;
}
.pagina .sezione .box .testo p {
font-size: 92%;
}
.pagina .sezione .box .prezzo {
width: 100%;
text-align: right;