Commit a3391e22196d6685ad94814930eadbcb15a9e93f

Authored by Leonardo Merlin
2 parents b1416eb2 a6e5e2d1

Merge branch 'merlin' into staging

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 {
... ...