mirror of
https://github.com/apigy/selfstarter.git
synced 2026-01-09 22:37:58 -05:00
21 lines
392 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
} |