_sass/_cms.scss in jekyll-theme-jam-0.0.1 vs _sass/_cms.scss in jekyll-theme-jam-0.0.2

- old
+ new

@@ -1,8 +1,10 @@ // Override Tachyons Defaults -figure { margin: .25rem 0; } // Removes 40px left/right margins on codeblocks. +figure { margin: 3rem 0rem; } // Adds margins top/bottom & removes default 40px left/right margins on images. +figure.highlight { margin: .25rem 0;} // Removes 40px left/right margins on codeblocks. + .link:focus { outline: 0; } // Removes dotted outline on link click. // Links a { color: $link; @@ -75,6 +77,11 @@ @media #{$breakpoint-large} { blockquote { font-size: 1.5rem; padding-left: 1.5rem; } + + // Override Tachyons Defaults + figure { margin: 4rem 0rem; } // Adds margins top/bottom & removes default 40px left/right margins on images. + + figure.highlight { margin: .25rem 0;} // Removes 40px left/right margins on codeblocks. } \ No newline at end of file