Я тщательно исследовал это, но безрезультатно.Я использую следующий код для вывода скриншота под ним, но при просмотре на мобильном устройстве он сдвигается влево.
Кто-нибудь может мне помочь с этим?Заранее спасибо!
<div class="container">
<div class="row g-mb-20">
<div class="col-md-6 col-lg-3 g-mb-50 justify-content-center">
<div class="card" style="width: 18rem;">
<img src="assets/img/calisurf1.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 g-mb-50 justify-content-center">
<div class="card" style="width: 18rem;">
<img src="assets/img/calisurf1.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 g-mb-50 justify-content-center">
<div class="card" style="width: 18rem;">
<img src="assets/img/calisurf1.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
<div class="col-md-6 col-lg-3 g-mb-50 justify-content-center">
<div class="card" style="width: 18rem;">
<img src="assets/img/calisurf1.jpg" class="card-img-top" alt="...">
<div class="card-body">
<h5 class="card-title">Card title</h5>
<p class="card-text">Some quick example text to build on the card title and make up the bulk of the card's content.</p>
<a href="#" class="btn btn-primary">Go somewhere</a>
</div>
</div>
</div>
</div>
</div>
Настольная версия
Мобильная версия