Skip to content

Commit

Permalink
Merge branch 'main' into test
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanbutura committed Jun 19, 2024
2 parents 0b36a0d + d09ecbd commit adcd90d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,13 @@

.grid--deliverables {
display: grid;
grid-template-columns: repeat(2, calc((100% - var(--grig-right-s)) / 2));
grid-template-columns: repeat(2, calc((100% - var(--grid-d--gap)) / 2));
gap: var(--grid-d--gap);

& > article {
align-self: stretch;
max-width: 100%;
width: 100%;
}

@media (--md) {
Expand Down

0 comments on commit adcd90d

Please sign in to comment.