Skip to content

Commit d3321d0

Browse files
authored
Circle post image should be object cover (#26)
| 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.
1 parent b09c97a commit d3321d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/css/rubycentral.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -504,7 +504,7 @@ h3 {
504504
height: 200px;
505505
margin: 0 auto 1rem;
506506
width: 200px;
507-
object-fit: fill;
507+
object-fit: cover;
508508
}
509509

510510
.people {

0 commit comments

Comments
 (0)