ребята, я пытаюсь создать макет, в котором у меня есть контейнер с 2 столбцами, однако правильный столбец должен располагаться справа от экрана, а не справа от контейнера ...если это имеет смысл?
<div class="container">
<div class="row">
<div class="col-lg-6">
this content is inside the container normally
</div>
<div class="col-lg-6">
image will go here, but needs to be positioned to the right of the screen, not to the right of the container
</div>
</div>
</div>