feat: even better image view
This commit is contained in:
parent
efdfb5c3e9
commit
f5bdc7a2cd
1 changed files with 1 additions and 4 deletions
|
|
@ -1,7 +1,3 @@
|
||||||
img {
|
|
||||||
max-width: 640px;
|
|
||||||
}
|
|
||||||
|
|
||||||
header, div {
|
header, div {
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
@ -19,6 +15,7 @@ div {
|
||||||
img {
|
img {
|
||||||
max-height: 100%;
|
max-height: 100%;
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
|
max-width: 100vw;
|
||||||
object-fit: cover;
|
object-fit: cover;
|
||||||
vertical-align: bottom;
|
vertical-align: bottom;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue