Added Fast Company logo, various style and punctuation tweaks to homepage

This commit is contained in:
Victoria Wang 2014-10-20 14:45:11 -07:00
parent f13a484e76
commit 525f47dcf1
5 changed files with 39 additions and 22 deletions

View file

@ -793,11 +793,12 @@ a.tag:hover {
float: left;
}
.section h2 {
font-size: 1.7em;
font-size: 2em;
text-align: center;
line-height: 150%;
max-width: 800px;
margin: 0 auto;
margin-bottom: .5em;
}
.section h3 {
font-size: 1.4em;
@ -895,7 +896,14 @@ a.tag:hover {
background-image: url(/img/wired-logo.png);
background-size: 211px;
margin-top: 6px;
margin-right: 40px;
margin-right: 38px;
}
.section .logo.fastco {
width: 262px;
height: 39px;
background-image: url(/img/fastcompany-logo.png);
background-size: 262px;
margin-top: 7px;
}
.section .logo.vice {
width: 160px;
@ -917,14 +925,19 @@ a.tag:hover {
margin-right: 30px;
}
.section .quote {
width: 75%;
margin: 0 auto;
width: 70%;
margin: 0 auto .5em auto;
h3 {
text-align: center;
font-style: italic;
font-size: 1.3em;
line-height: 187%;
font-size: 1.4em;
line-height: 159%;
font-family: $times;
color: #afcbd1;
}
a {
color: #afcbd1;
}
}
.section.plans {

View file

@ -54,6 +54,7 @@ $placeholderColor:#557380;
// ----------------------------------------------------------------
$arial: Arial, "Helvetica Neue", Helvetica, sans-serif;
$georgia: Georgia, "Times New Roman", Times, serif;
$times: "Times New Roman", Times, Georgia, serif;
$helvetica: "Helvetica Neue", Helvetica, Arial, sans-serif;
$brand: "Lucida Grande", verdana, $helvetica;
$headings: 'Droid Serif', $georgia;