Wiki and CMS images height and width

This commit is contained in:
Jessica Lawshe 2018-09-11 07:46:38 -05:00
parent ffcbda1efe
commit 66e288864b
2 changed files with 5 additions and 0 deletions

View file

@ -4,6 +4,10 @@
including About and Blog
*/
.cms-page {
img {
height: auto;
max-width: 100%;
}
.btn-description {
margin-right: @margin-sm;
}

View file

@ -15,6 +15,7 @@
}
img {
height: auto;
max-width: 100%;
}