i have set an element to margin-bottom: 100px, but the rusults on chrome and wordpress customizer are not the same:
wp outputs :
chrome output
the styling
@media screen and (max-width: 650px) {
.nav-posts {
display: flex;
flex-direction: row;
align-items: center;
margin-bottom: 100px;
}
}