Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

145
Vistas
How do I make bulma tiles smaller in React.js?

I managed to get my 12 tiles in order and wrapping around. They take up the whole page, however. I've tried putting the whole component in a section, a hero...etc. but they keep taking up the whole page.

How do I get them all to fit into a subsection of the page, or at least a smaller portion of the page?

here's my code:

return (
    <div>
      {aChunks().map((chunk, index) => {
        return (
          <div className="tile is-ancestor" key={index}>
            {chunk.map((horoscope) => (
              <div key={horoscope.sign} className="tile is-parent is-4">
                <div className="tile is-child box">
                  <figure className="image">
                    <img src={horoscope.art} alt="some sign"></img>
                  </figure>
                  <p className="title">{horoscope.sign}</p>
                  <p>{horoscope.horoscope}</p>
                </div>
              </div>
            ))}
          </div>
        );
      })}
    </div>
  );
about 4 years ago · Juan Pablo Isaza
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda