Skip to content

Commit

Permalink
Grid not working as expected on Safari (#599)
Browse files Browse the repository at this point in the history
Co-authored-by: Breno <[email protected]>
  • Loading branch information
Brenosalv and Breno authored Dec 16, 2024
1 parent 419c539 commit c21a1ff
Showing 1 changed file with 5 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
@secondaryTagColor: var(--blue);

.container {
display: grid;
grid-template-columns: 1fr 1fr;
align-items: center;
display: flex;
justify-content: center;
gap: 20px;
position: relative;
Expand Down Expand Up @@ -40,7 +38,10 @@
flex-direction: column;
align-items: center;
gap: 16px;
height: 100%;

.solidBorderBox {
height: 100%;
}

@media (max-width: 600px) {
gap: 10px;
Expand Down

0 comments on commit c21a1ff

Please sign in to comment.