Fix portfolio width bug (again)

This commit is contained in:
Ramon Wenger 2021-02-04 11:11:27 +01:00
parent 6af7201ab2
commit b13ca43736
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@
flex-direction: column; flex-direction: column;
@supports (display: grid) { @supports (display: grid) {
display: grid; display: grid;
grid-template-columns: minmax(max-content, 840px); grid-template-columns: minmax(min-content, 840px);
} }
grid-row-gap: 30px; grid-row-gap: 30px;
grid-auto-rows: 225px; grid-auto-rows: 225px;