Commit 8fbb449b by Tom Giannattasio

styled bulleted lists on jobs page

parent b62a55e0
......@@ -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;
}
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment