Explorar el Código

:paint: Increase image size

DricomDragon hace 2 meses
padre
commit
e1c65f8537
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      dev-front/src/App.css

+ 4 - 0
dev-front/src/App.css

@@ -10,6 +10,10 @@ label {
     margin: 1rem 0 0 0;
 }
 
+img {
+    width: 80%;
+}
+
 .app {
     display: flex;
     flex-direction: column;