CSS breaking bootstrap site
-
The following css messes with my bootstrap rows and containers:
.row { display: flex; flex-direction: row; flex-wrap: wrap; width: 100%; } .column { display: flex; flex-direction: column; flex-basis: 100%; flex: 1; }
Is it necessary to overwrite the defaults?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘CSS breaking bootstrap site’ is closed to new replies.