Skip to content

Commit f487d95

Browse files
zlyfunctionclaude
andcommitted
Fix mobile pub thumbnail to maintain square aspect ratio
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e732f5e commit f487d95

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -608,7 +608,8 @@
608608

609609
.pub-thumb {
610610
width: 100%;
611-
height: 160px;
611+
aspect-ratio: 1 / 1;
612+
height: auto;
612613
}
613614

614615

0 commit comments

Comments
 (0)