Explorar o código

Merge branch 'master' of http://165.22.75.145:3000/generation/project-work

Francesco hai 7 meses
pai
achega
7e3b210e7d
Modificáronse 1 ficheiros con 11 adicións e 13 borrados
  1. 11 13
      Backend/templates/login.html

+ 11 - 13
Backend/templates/login.html

@@ -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" */