Images in small figures can grow to 480px
Set max-width to 480px, rather than an explicit width. Images smaller than 480px were being stretched.
This commit is contained in:
parent
efae2acdea
commit
7872296ee3
1 changed files with 1 additions and 2 deletions
|
@ -60,8 +60,7 @@
|
|||
margin-inline: auto;
|
||||
|
||||
img {
|
||||
max-width: 100%;
|
||||
width: 480px;
|
||||
max-width: 480px;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue