По какой то причине у контейнера присутствует нижний margin, подскажите как его убрать?
<div class="container-fluid" style="background-color: #6000ff;">
</div>
В стилях он точно не прописан
/* Show it is fixed to the top */
html{
font-size:15px;
margin: 0 auto;
}
body {
margin: 0 auto;
font-family:'Montserrat',sans-serif;
font-size:1rem;
color:#2b2a2c
}
a {
text-align: center;
color: #000;
text-decoration: none;
text-transform: uppercase;
}
.works__nav {
display:flex;
justify-content:center;
margin-bottom:1.4rem
}
.works__nav-link {
margin:0 1.2rem;
font-size:.8rem;
color:rgba(43,42,44,0.7);
text-decoration:none
}
.works__nav-link:hover {
text-decoration:none
}
.hide{
display:none
}