ui: Ensure images in statement fit container
This commit is contained in:
parent
73634ffb06
commit
6317fa6a57
1 changed files with 5 additions and 0 deletions
|
|
@ -22,3 +22,8 @@ $enable-print-styles: false;
|
||||||
@import "bootswatch/dist/slate/_variables";
|
@import "bootswatch/dist/slate/_variables";
|
||||||
@import "bootstrap/scss/bootstrap";
|
@import "bootstrap/scss/bootstrap";
|
||||||
@import "bootswatch/dist/slate/_bootswatch";
|
@import "bootswatch/dist/slate/_bootswatch";
|
||||||
|
|
||||||
|
p img {
|
||||||
|
margin: auto;
|
||||||
|
max-width: 100%;
|
||||||
|
}
|
||||||
|
|
|
||||||
Reference in a new issue