Files
selfstarter/app/assets/stylesheets/homepage/faq.css.scss
Jarred Sumner 4b169b02fb Initial Commit
2012-10-11 12:30:08 -07:00

21 lines
392 B
SCSS

#faqs {
padding-bottom: 30px;
border-bottom: 1px solid #dfdfdf;
ul {
margin-top: 50px;
float: left;
width: 50%;
li
{
width: 400px;
margin: 0 49px 30px 0;
padding-left: 18px;
background: url(image_path("bullet.png")) no-repeat left 8px;
p {
margin-top: 10px;
line-height: 1.4;
font-size: 18px;
}
}
}
}