styled bulleted lists on jobs page

This commit is contained in:
Tom Giannattasio
2012-08-09 12:26:32 -04:00
parent 775ddf6fcc
commit 3c23aca898

View File

@@ -135,6 +135,18 @@
font-weight: 700;
margin-bottom: 15px;
}
ul {
padding-left: 50px;
}
li {
font-family: $serif;
font-size: 1em;
line-height: 1.6em;
color: #3c3c3c;
margin-bottom: 0.2em;
}
}
}
}