After studying the fundamental guidelines for Bootstrap 4, a question has arisen in my mind:
Under what circumstances should we utilize the .row
class in our layout? I came across this example where the .row
class was not used in the code. However, the basic structure of Bootstrap typically follows this pattern:
container (or container-fluid) -> row -> col-*-*
. My assumption is that we should not use it when working with tables or Jumbotrons, but I cannot pinpoint the exact reason why. Can anyone shed some light on this?