The Forge: preserve original image aspect ratio

This commit is contained in:
Russell Ballestrini 2026-01-02 16:30:55 -05:00
parent 5fd3d4f2a7
commit df148046bf

View file

@ -3584,9 +3584,8 @@ ABOUT_CSS = """
.chapter-forge::before { content: none; }
.forge-logo {
display: block;
width: 600px;
height: 400px;
object-fit: contain;
max-width: 100%;
height: auto;
margin: 0 auto;
}
.chapter-forge .chapter-content {