Skip to content

Commit

Permalink
Circle post image should be object cover (#26)
Browse files Browse the repository at this point in the history
| Before | After |
|-|-|
| <img width="436" alt="Screenshot 2024-12-20 at 22 03 32"
src="https://github.com/user-attachments/assets/d41206a7-cd02-4252-90c1-0c4b7c6494df"
/> | <img width="436" alt="Screenshot 2024-12-20 at 22 03 36"
src="https://github.com/user-attachments/assets/da409150-821c-4337-9d69-bdfd4f1a5946"
/> |

I've only tested it on this single post, as it caught my eye.
  • Loading branch information
omegahm authored Dec 21, 2024
1 parent b09c97a commit d3321d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/css/rubycentral.css
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ h3 {
height: 200px;
margin: 0 auto 1rem;
width: 200px;
object-fit: fill;
object-fit: cover;
}

.people {
Expand Down

0 comments on commit d3321d0

Please sign in to comment.