V
V
Villian_Os2021-04-02 11:25:39
css
Villian_Os, 2021-04-02 11:25:39

How to make all page elements mobile friendly with or without bootstrap?

Hello, for the first time I meet such a problem that on the phone the site elements are all small due to the screen resolution, I thought to use media on the bootstrap cantainer

@media (max-device-width: 480px) {
  .container {
    transform: scale(1.2);
  }
}

But it doesn't work out right, maybe there is some class for mobile devices from bootstrap?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question