Check out this page: where you'll find the same code snippet displayed twice - once through GitHub Gist embedding and the second using Jekyll's internal syntax highlighter Rouge.
I'm currently working on styling the second code snippet to match the appearance of the GitHub Gist. I've been making some progress, but now I'm faced with the challenge of reducing the width of the second code snippet using CSS. I want it to mirror the same width as the surrounding blog content (similar to the GitHub Gist) and include a horizontal scroll bar.
Any suggestions on how to accomplish this? Thank you!