<section>
<div class="w-container">
<p>Note: Webflow Sources last updated on Oct. 7, 2022
</div>
</section>
/* Webflow default breakpoints */
@media screen and (max-width: 991px) {
/* Your responsive CSS */
}
@media screen and (max-width: 767px) {
/* Your responsive CSS */
}
@media screen and (max-width: 479px) {
/* Your responsive CSS */
}
section {
padding: 2rem;
}
View Compiled