We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0c5b396 + 38ca6f7 commit c32491bCopy full SHA for c32491b
src/front/pages/Eventos.jsx
@@ -72,7 +72,7 @@ const Eventos = () => {
72
73
{!direccionSeleccionada ? (
74
<div className="detalle-direccion">
75
- <h2>Selecciona un lugar para ir al evento</h2>
+ <h2>Selecciona un ciudad para ir al evento</h2>
76
<img
77
src="parque.jpg"
78
alt="Imagen por defecto"
src/styles/eventos.css
@@ -62,3 +62,8 @@
62
.info-extra p {
63
margin: 4px 0;
64
}
65
+
66
+.default{
67
+ width: 800px;
68
+ height: 650px;
69
+}
0 commit comments