|
@@ -32,19 +32,18 @@
|
|
background-color: #f8f9fa; /* Grigio chiaro */
|
|
background-color: #f8f9fa; /* Grigio chiaro */
|
|
padding: 2rem 0;
|
|
padding: 2rem 0;
|
|
}
|
|
}
|
|
- .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;
|
|
|
|
|
|
+ /* Stile per il logo "PW" dentro un cerchio */
|
|
|
|
+ .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;
|
|
}
|
|
}
|
|
#map { height: 500px; width: 100%; }
|
|
#map { height: 500px; width: 100%; }
|
|
#coordinate-inputs { margin-top: 10px; width: 50%; }
|
|
#coordinate-inputs { margin-top: 10px; width: 50%; }
|