Sha256: 76c98ab2a477ac5bbbbb1f1b8fc9890254043a705e7fe5077df8aba2fada99b8
Contents?: true
Size: 401 Bytes
Versions: 2
Compression:
Stored size: 401 Bytes
Contents
// General styling // // For content styling, see _content.scss body { word-wrap: break-word; // Allow long words (e.g. URLs) to wrap, so they don't break out of container position: relative; // Required for scrollspy } .btn { white-space: normal; // Wrap button within container } // Add padding to code blocks pre.highlight { padding: 0.25rem; margin-bottom: $grid-gutter-width / 2; }
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
jekyll-theme-petridish-3.1.0 | _sass/_base.scss |
jekyll-theme-petridish-3.0 | _sass/_base.scss |