Fixed a css bug I introduced.

This commit is contained in:
Victoria Wang 2013-07-15 03:26:34 -05:00
parent a75b115a56
commit 1bd86237d7
3 changed files with 22 additions and 21 deletions

View file

@ -30,16 +30,6 @@
}
}
h1.logo {
padding-top: 45px;
padding-bottom: 0;
}
h1.logo img {
margin-left: -10px;
@media (max-device-width:480px), screen and (max-width:800px){
margin-left: 20px;
}
}
$outroShadow:inset 0px 7px 10px 0px rgba(0, 0, 0, 0.10);
.header-Outro{
@ -284,6 +274,17 @@ $signupShadow: 1px 2px 12px 2px rgba(0, 0, 0, 0.15);
}
}
.hp h1.logo {
padding-top: 45px;
padding-bottom: 0;
}
.hp h1.logo img {
margin-left: -10px;
@media (max-device-width:480px), screen and (max-width:800px){
margin-left: 20px;
}
}
.constant-Nav{
margin-left:-88px;
@include vendor(transition, all 0.35s);