/*
 Theme Name:   LaunchKit Child
 Theme URI:    https://example.com/
 Description:  Child theme for LaunchKit
 Author:       Your Name
 Author URI:   https://example.com/
 Template:     launchkit
 Version:      1.0.0
*/

/* Import parent styles */
@import url("../launchkit/style.css");

.list-styled{
    list-style: square;
    list-style-position: inside;
    margin: 0 0 20px 40px;
    padding: 0;
}