_sass/_posts.scss in jekyll-theme-gruv-poole-1.0.2 vs _sass/_posts.scss in jekyll-theme-gruv-poole-1.0.3
- old
+ new
@@ -100,10 +100,10 @@
// Enforce content width
// on elements of a post
@media (min-width: variables.$breakpoint-md) {
.post {
- p, ul, ol, blockquote,.highlighter-rouge {
+ p, ul, ol, blockquote, table, .highlighter-rouge, figure.highlight {
max-width: variables.$max-content-width;
}
}
.related-posts {