Skip to content

Commit

Permalink
[Task] #77, maximize images height
Browse files Browse the repository at this point in the history
  • Loading branch information
Type-Style committed Sep 11, 2024
1 parent 1bfab25 commit 188aeee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/client/css/start.css
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@

&.images {
grid-column: 2;
grid-row: 3 / span 2;
grid-row: 3 / span 3;

display: grid;
overflow: auto;
Expand Down Expand Up @@ -118,7 +118,7 @@

@media (min-width: 35em) {
padding: 0.7em 2em;
grid-column: 1;
grid-column: 1 / 2;
}

.MuiLinearProgress-root {
Expand Down

0 comments on commit 188aeee

Please sign in to comment.