scratch-www/src/main.scss
2015-09-08 19:54:55 -07:00

50 lines
720 B
SCSS

/* Tags */
html, body {
display: block;
margin: 0;
padding: 0;
color: #322f31;
background-color: #fdfdfd;
font-family: "Helvetica Neue", "Helvetica", Arial, sans-serif;
}
/* Typography */
h1, h2, h3, h4 {
margin: 0;
padding: 0;
border: 0;
color: #554747;
font-weight: 700;
}
h4 {
font-size: 1.0rem;
line-height: 1.1rem;
}
/* Links */
a:link, a:visited, a:active {
color: #1aa0d8;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
/* Classes */
.inner {
width: 942px;
margin: 0 auto;
}
#view {
min-height: 768px;
padding: 20px 0;
/* NOTE: Margin should match height in navigation.scss */
margin-top: 35px;
}