-1
My site does not get responsive is just text:
<div class="container">
<div class="row col-sm-6 col-xs-12 col-lg-12">
<h1 class="text_header">I’m Gustavo Marinho,<br> Creative Designer —<br>Product Designer <br>at Netshow.me</h1>
</div>
</div>
<div class="container">
<div class="row col-sm-6 col-xs-12 col-lg-12">
<h2 class="text_1"> human-centered <strike>design</strike> human<br> I believe we can create change<br> through design.</h2>
</div>
</div>
<div class="container">
<div class="row col-sm-6 col-xs-12 col-lg-12">
<h3 class="text_2"> My dream is to develop innovative solutions that go beyond the boundaries<br> between art, design and technology to solve problems that impact people's lives.</h3>
</div>
</div>
Would you be able to post the code completely? Sometimes what might be missing for the site to get responsive is the meta tag
<meta name="viewport" content="width=device-width, initial-scale=1">
;<div class="container">
 <div class="row">
 <div class="col-sm-6 col-xs-12 col-lg-12"> 
 //resto do código
– Victor Jordan