🐛 Fix images displaying wider than card

This commit is contained in:
Thomas Hunsaker 2015-11-02 19:07:01 +00:00
parent 158a68ef84
commit 5f3a97188f
2 changed files with 6 additions and 0 deletions

View file

@ -30,3 +30,7 @@
}
}
p img {
width: 100%;
}