Skip to content

Commit c499f36

Browse files
committed
Add .item-grid flex layout styles
Introduced a new .item-grid class with flex display, wrapping, and gap for improved grid layout styling.
1 parent e3c9050 commit c499f36

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/App.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,12 @@ section.sv-container{
480480
display:block
481481
}
482482

483+
.item-grid {
484+
display: flex;
485+
flex-wrap: wrap;
486+
gap: 0.75rem;
487+
}
488+
483489
/*Small Screens*/
484490
@media only screen and (max-width: 800px){
485491

0 commit comments

Comments
 (0)