どうして.containerで15pxして.rowで-15pxするのでしょうか?
基本的にBootstrap
は.container
で括ってその中で.row
を記述していく書き方をします。
なのに何故、わざわざBootstrap
は.container
で15px
して.row
で-15px
しているのでしょうか?
該当ソースリンク:
https://github.com/twbs/bootstrap/blob/v4-dev/dist/css/bootstrap-grid.css#L22
https://github.com/twbs/bootstrap/blob/v4-dev/dist/css/bootstrap-grid.css#L62