Risolto bug CSS + link assoluti. Pronto per la pubblicazione finale
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user