Commit 5ebb5fa8 authored by Connor Hudson's avatar Connor Hudson

Fix image weirdness on chrome, safari

parent 08178a58
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
img { img {
max-width: 100%; max-width: 100%;
height: auto; height: auto;
align-self: flex-end;
} }
} }
} }
......
...@@ -22,6 +22,7 @@ ...@@ -22,6 +22,7 @@
img { img {
max-width: 100%; max-width: 100%;
height: auto; height: auto;
align-self: flex-end;
} }
&.left { &.left {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment