|
@@ -22,19 +22,17 @@
|
|
|
}
|
|
|
|
|
|
/* Stile per il logo "PW" dentro un cerchio */
|
|
|
- .logo {
|
|
|
- font-family: 'Georgia', serif; /* Font diverso */
|
|
|
- font-size: 1.5rem;
|
|
|
- font-weight: bold;
|
|
|
- display: inline-flex;
|
|
|
- align-items: center;
|
|
|
- justify-content: center;
|
|
|
- width: 50px; /* Diametro del cerchio */
|
|
|
- height: 50px; /* Diametro del cerchio */
|
|
|
- background-color: white; /* Colore di sfondo del cerchio */
|
|
|
- color: #0066CC; /* Colore del testo */
|
|
|
- border-radius: 50%; /* Rende l'elemento un cerchio */
|
|
|
- margin-right: 10px;
|
|
|
+ .logo {
|
|
|
+ font-family: 'Georgia', serif;
|
|
|
+ font-size: 1.5rem;
|
|
|
+ width: 50px; height: 50px;
|
|
|
+ background-color: white;
|
|
|
+ color: #0066CC;
|
|
|
+ border-radius: 50%;
|
|
|
+ margin-right: 10px;
|
|
|
+ display: inline-flex;
|
|
|
+ align-items: center;
|
|
|
+ justify-content: center;
|
|
|
}
|
|
|
|
|
|
/* Stile per il titolo "Mappa" */
|