Skip to content

Commit

Permalink
WIP Sheet rebuilding, picture scaling for non square images fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
constant-null committed Mar 29, 2024
1 parent cb0970a commit d8c2c54
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions efs.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,10 @@
}

.photo .picture {
object-fit: cover;
object-position: top;
width: 285px;
height: 285px;
margin: 19px 0 0 23px;
border: 0;
}
Expand Down

0 comments on commit d8c2c54

Please sign in to comment.