Skip to content

Commit

Permalink
fix: corrigindo overflow das licitações na landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
MariaCHelena committed Aug 12, 2024
1 parent a7d8a75 commit 49f420c
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
justify-content: space-between;
gap: 40px;
max-width: 100%;
overflow: scroll;
}

.licitacoesHeader {
Expand All @@ -28,3 +27,8 @@
color: (--link);
}

@media (max-width: 1450px) {
.licitacoesWrapper {
overflow-x: scroll;
}
}

0 comments on commit 49f420c

Please sign in to comment.