Commit a6e5e2d1f129488c804e344ad07ba6e1c21f858b

Authored by Leonardo Merlin
1 parent 2aa80fb9

Fix list styles

Showing 1 changed file with 6 additions and 4 deletions   Show diff stats
src/app/layout.scss
... ... @@ -228,10 +228,12 @@ ul.list-color li:before {
228 228 color: #2a9677;
229 229 }
230 230  
231   -ul li {
232   - padding-left: 2em;
233   - padding-bottom: 15px;
234   - text-indent: -0.7em;
  231 +.page--program {
  232 + ul li {
  233 + padding-left: 2em;
  234 + padding-bottom: 15px;
  235 + text-indent: -0.7em;
  236 + }
235 237 }
236 238  
237 239 .destaque-bg-cinza {
... ...