By default bootstrap class adds the row the following definition:
.row {
margin-right: -15px;
margin-left: -15px;
}
What makes some points where margins are necessary, such as in mobile, is along the edges of the device, thus leaving in some ugly spots or hard to read, is an example of how it looks with update.
By default bootstrap class adds the row the following definition:
What makes some points where margins are necessary, such as in mobile, is along the edges of the device, thus leaving in some ugly spots or hard to read, is an example of how it looks with update.