Fix homepage SVG logo

This commit is contained in:
Ryan Watters 2017-03-20 22:57:46 -05:00
parent 1cbccec3c5
commit 20bf194fea
3 changed files with 5 additions and 8 deletions

File diff suppressed because one or more lines are too long

View File

@ -102,6 +102,9 @@ ul.animated {
right: auto;
left: auto;
}
svg {
width:100%;
}
}
.get-started {
@ -336,12 +339,6 @@ ul.animated {
opacity: 0;
}
svg {
.cape {
// opacity: 0;
}
}
.eyes {
animation: squeeze 2.4s infinite;
}

File diff suppressed because one or more lines are too long