/*
 Theme Name:   astra-child
 Description:  Child theme of astra
 Author:       bwa
 Template:     astra
 Version:      1.0.0
*/

/*
--------------------------------------
Réglages Astra
--------------------------------------
*/
.ast-single-post-featured-section {
    display : none;
}
.ast-container {
    max-width : 100%;
    margin    : unset;
    padding   : unset;
}

/*
--------------------------------------
Elements
--------------------------------------
*/

ul {
    margin          : 0;
    list-style-type : none;
}

.entry-content ul {
    margin-left : 1em;
}

.entry-content p, .entry-content span, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, h5, h6 {
    margin-bottom : 0;
}
