// Main SASS file with the common base style values for components on the whole site

// Fonts

// Layout

h1 {}

h2 {}

h3 {}

h4 {}

h5 {}

p {}

strong {}

em {}

// Typography tweaks to the fonts listed above

// Images

img{}

// Quoteblocks

blockquote{}

// Codeblocks for <code> elements nested in <pre>

code{

max-height 350px;
overflow-x: auto;
overflow-y: auto;
display: block;

}