Fix oversized images

This commit is contained in:
Jessica Parsons 2017-02-02 13:15:20 -08:00
parent 922ecbdf4d
commit ffead874bf

View File

@ -32,6 +32,10 @@ h1 {
font-size: 25px; font-size: 25px;
} }
img {
max-width: 100%;
}
:global { :global {
& .react-autosuggest__container { & .react-autosuggest__container {