scratch-www/src/main.scss

56 lines
780 B
SCSS
Raw Normal View History

2015-09-04 11:26:18 -04:00
/* 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;
}
h1 {
font-size: 1.625rem;
line-height: 2.125rem;
}
2015-09-04 11:26:18 -04:00
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;
2015-09-08 22:54:55 -04:00
padding: 20px 0;
2015-09-04 11:26:18 -04:00
2015-09-06 19:18:53 -04:00
/* NOTE: Margin should match height in navigation.scss */
2015-09-21 09:18:00 -04:00
margin-top: 50px;
2015-09-11 16:33:52 -04:00
}