Fix image weirdness on chrome, safari

This commit is contained in:
Connor Hudson 2018-07-03 15:02:00 -04:00
parent 08178a58e5
commit 5ebb5fa8db
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@
img {
max-width: 100%;
height: auto;
align-self: flex-end;
}
}
}

View file

@ -22,6 +22,7 @@
img {
max-width: 100%;
height: auto;
align-self: flex-end;
}
&.left {