The Forge: preserve original image aspect ratio
This commit is contained in:
parent
5fd3d4f2a7
commit
df148046bf
1 changed files with 2 additions and 3 deletions
5
serp.py
5
serp.py
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue