Bootstrap 4 Grid System broken in Safari
19th March 2018
Are you having troubles with Bootstrap 4 Grid System in Safari? What used to work doesn’t seem to anymore within Safari. As the example below shows, this is how we usually create 3 columns within a row. <div class=”row”> <div class=”col-4″>Column 4</div> <div class=”col-4″>Column 4</div> <div class=”col-4″>Column 4</div> </div> However, in Safari, instead of these […]
Posted by Dillon