diff --git a/frontend/ui/src/fic.scss b/frontend/ui/src/fic.scss index ca720b6f..104589bd 100644 --- a/frontend/ui/src/fic.scss +++ b/frontend/ui/src/fic.scss @@ -22,3 +22,8 @@ $enable-print-styles: false; @import "bootswatch/dist/slate/_variables"; @import "bootstrap/scss/bootstrap"; @import "bootswatch/dist/slate/_bootswatch"; + +p img { + margin: auto; + max-width: 100%; +}