Latex Layout for success story boxes
dokempf opened this issue · 1 comments
dokempf commented
Currently, Success Storys are part of the normal text, but they should be in separate boxes with the text flowing around.
astruck commented
We need
\usepackage[]{mdframed}
in the list of our packages and then you frame your success story like this:
\begin{mdframed}
the story
\end{mdframed}