Commit 9d0280c6f9d014adf19a3876b10170e594375939

Authored by Leonardo Merlin
1 parent d31cb0d4

Fix space at inline lists

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