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