img max width to prevent clipping on small screens
This commit is contained in:
parent
24022a3e5d
commit
2eb50b55d8
@ -101,6 +101,7 @@ h1 {
|
|||||||
img {
|
img {
|
||||||
margin: 2rem 0;
|
margin: 2rem 0;
|
||||||
max-height: 50vh;
|
max-height: 50vh;
|
||||||
|
max-width: 85vw;
|
||||||
}
|
}
|
||||||
|
|
||||||
p {
|
p {
|
||||||
|
Loading…
Reference in New Issue
Block a user