Skip to content

Commit

Permalink
Never shrink images
Browse files Browse the repository at this point in the history
  • Loading branch information
xingyzt authored Dec 9, 2021
1 parent 76c7694 commit 1787af5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@
border-radius: .5rem;
}
#screenshots>img{
flex-basis: 10rem;
flex-basis: 12rem;
flex-shrink: 0;
flex-grow: 1;
}
</style>
Expand Down

0 comments on commit 1787af5

Please sign in to comment.