Quantcast
Channel: Active questions tagged html - Stack Overflow
Viewing all articles
Browse latest Browse all 74020

why my bootstrap grid has too many margin?

$
0
0

I'm using Bootstrap in Angular and I've installed it via npm, but for some reason there is too much margin at the sides, can someone please help me?

Here is a pic

and here is the code

<div class="container">
  <div class="row">
    <div class="col">Left column</div>
    <div class="col">Right column</div>
    <div class="col">Left column</div>
    <div class="col">Right column</div>
    <div class="col">Left column</div>
    <div class="col">Right column</div>
    <div class="col">Left column</div>
    <div class="col">Right column</div>
    <div class="col">Left column</div>
    <div class="col">Right column</div>
    <div class="col">Left column</div>
    <div class="col">Right column</div>
  </div>
</div>

update: i dont have any css just the bootstrap css the minified version of the bootstrap installed just this week using npm.

but well i was just thinking that was something new about bootstrap, so i supposed i will setup the project again and see what happens, maybe even downloading another bootstrap version.


Viewing all articles
Browse latest Browse all 74020

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>