1. No indentation for ul or ol

    ul, ol{
      padding: 0 0 0 1em;
    } 
    
    ul, ol{
      padding-left: 0;
    } 
    
-->