Fix mobile issue with photos
This commit is contained in:
parent
022732f5e0
commit
c49f34b934
@ -24,9 +24,10 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
max-width: 800px;
|
max-width: calc(min(800px, 100vw - 2em));
|
||||||
border: 5px solid black;
|
border: 5px solid black;
|
||||||
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
|
||||||
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
div.description {
|
div.description {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user