Typos and new style

This commit is contained in:
Manuel Ebert 2013-03-13 01:06:31 -07:00
parent c1ba5df0f1
commit 868af3704e
9 changed files with 2886 additions and 45 deletions

View file

@ -145,9 +145,19 @@ blockquote p{
font-size: 11pt;
}
.logo .span10 {
.logo .span12 {
text-align: center;
height: 180px;
padding-bottom: 180px;
background: url(../img/header.png) center bottom no-repeat;
}
@media screen and (max-width: 550px) {
.logo .span12 {
background-size: 100%;
padding-bottom: 30%;
}
}
.logo .span2 {