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