Set max-width on Wiki images

Fixes images expanding outside of parent container
This commit is contained in:
Jessica Lawshe 2018-07-17 09:10:03 -05:00
parent ddca090cd7
commit 83b3904fca

View file

@ -13,6 +13,10 @@
font-size: 18px;
}
}
img {
max-width: 100%;
}
.page-header {
a {