Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

144
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!