mirror of
https://github.com/Ellpeck/TinyLifeWeb.git
synced 2024-12-23 07:09:22 +01:00
improve display of tall images
This commit is contained in:
parent
643eded838
commit
d739752a17
1 changed files with 5 additions and 2 deletions
|
@ -85,8 +85,11 @@ a:visited.wide-link {
|
|||
}
|
||||
|
||||
.full-width-images img {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
max-width: 100%;
|
||||
max-height: 100vh;
|
||||
}
|
||||
|
||||
.site {
|
||||
|
|
Loading…
Reference in a new issue