Skip to content

Commit

Permalink
fix: fix the mainComponent (make responsive) (#203)
Browse files Browse the repository at this point in the history
fix #183

Co-authored-by: Andre Almeida <andre-silva78@hotmail.com>
  • Loading branch information
flaviafreirec and aalmeida00 authored Nov 20, 2023
1 parent c12a7df commit f7ff8a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/MediaInputs/MediaInput.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

.manyMediaContainer {
display: grid;
grid-template-columns: repeat(10, minmax(10.4rem, auto));
grid-template-columns: repeat(5, minmax(10.4rem, auto));

gap: 1.4rem;
gap: 2.1px;

align-items: center;

Expand Down

0 comments on commit f7ff8a8

Please sign in to comment.