Add sponsor to homepage and initial kickstarter thank you page (incomplete)

This commit is contained in:
Victoria Wang 2015-07-31 16:58:11 -07:00
parent e4c88688e7
commit 8d1ccdca8c
5 changed files with 82 additions and 1 deletions

View file

@ -1842,7 +1842,7 @@ a.tag:hover {
padding-top: 0;
background: #4F7E89;
padding-bottom: 7em;
padding-bottom: 5em;
a {
color: white;
@ -2112,3 +2112,32 @@ table#latest-visitors {
width: 100%;
}
}
.section.thankyou {
text-align: center;
color: #4F7E89;
padding: 6.5em 8% 7em;
a {
color: #4F7E89;
text-decoration: underline;
}
img {
margin-bottom: 1em;
}
p {
font-size: 1em;
}
p:first-child {
font-size: 120%;
margin-bottom: .2em;
}
}
ul.thankyou {
list-style: none;
margin-top: 1.5em;
li {
display: inline-block;
width: 32%;
}
}