uwdemo

row   

Item
Item
Item
Item
Copy
Edit
<!-- components/uwdemo/row.php --> <div class="row grid-row"> <div class="nb-3">Item</div> <div class="nb-3">Item</div> <div class="nb-3">Item</div> <div class="nb-3">Item</div> </div>
Copy
Copy
Edit
/* scss/uwdemo/_row.scss */ @media only screen and ( max-width: 793px ){ .row{ .nb-3{ width: 100%; } } }