Space settings
Each section comes with its own spacing parameter.
Last updated
Was this helpful?
Each section comes with its own spacing parameter.
Last updated
Was this helpful?
Was this helpful?
2.5rem|3rem|3.5rem|4rem|4.5rem|5rem|5.5rem.content_ {
margin-top: 2.5rem
}
@media (min-width: 320px){
margin-top: 2.5rem
}
@media (min-width: 576px){
margin-top: 3.5rem
}
@media (min-width: 768px){
margin-top: 4rem
}
@media (min-width: 992px){
margin-top: 4.5rem
}
@media (min-width: 1200px){
margin-top: 5rem
}
@media (min-width: 1400px){
margin-top: 5.5rem
}