Initial work on education page

This commit is contained in:
Victoria Wang 2015-04-28 15:44:31 -07:00
parent 10ce4c058f
commit ddf7dd7ca2
4 changed files with 356 additions and 0 deletions

View file

@ -83,6 +83,19 @@
}
}
}
.hp.education {
.col.intro {
padding-top: 20px;
img {
@include vendor(transform, scaleX(-1));
width: 100px;
margin-right: 20px;
}
.intro-text {
font-size: 1.1em;
}
}
}
.intro-List{
@extend %kill-List;